com.atlassian.crowd.integration.model
Class AttributeValues

java.lang.Object
  extended by com.atlassian.crowd.integration.model.AttributeValues

public class AttributeValues
extends Object


Constructor Summary
AttributeValues()
           
 
Method Summary
 long getID()
          Gets the unique identifier.
 List getValues()
           
 void setID(long ID)
          Sets the unique identifier for the directory entity.
 void setValues(List values)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeValues

public AttributeValues()
Method Detail

getID

public long getID()
Gets the unique identifier.

Returns:
The value.

setID

public void setID(long ID)
Sets the unique identifier for the directory entity.

Parameters:
ID - The value.

getValues

public List getValues()

setValues

public void setValues(List values)


Copyright © 2006 Atlassian Software Systems. All Rights Reserved.