org.kuali.rice.kim.api.permission
Class PermissionAttribute

java.lang.Object
  extended by org.kuali.rice.kim.api.permission.PermissionAttribute
All Implemented Interfaces:
Serializable, GloballyUnique, ModelObjectBasic, ModelObjectComplete, Versioned, KimAttributeDataContract, PermissionAttributeContract

public class PermissionAttribute
extends Object
implements PermissionAttributeContract, ModelObjectComplete

See Also:
Serialized Form

Nested Class Summary
static class PermissionAttribute.Builder
          This builder constructs a PermissionAttribute enforcing the constraints of the PermissionAttributeContract.
 
Constructor Summary
PermissionAttribute(PermissionAttribute.Builder builder)
          A constructor using the Builder.
 
Method Summary
 boolean equals(Object obj)
          All "Complete" model object's should adhere to the ModelObjectComplete.equals(Object) contract.
 String getAttributeValue()
          The attribute value.
 String getId()
          The unique identifier for the kim attribute data.
 KimAttribute getKimAttribute()
          The kim attribute associated with the kim attribute data.
 KimType getKimType()
          The kim type associated with the kim attribute data.
 String getObjectId()
          Return the globally unique object id of this object.
 String getPermissionId()
          The Permission ID referenced by the Permission Attribute.
 Long getVersionNumber()
          Returns the version number for this object.
 int hashCode()
          All "Complete" model object's should adhere to the ModelObjectComplete.hashCode() contract.
 String toString()
          This will return a proper string representation of the Model Object.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PermissionAttribute

public PermissionAttribute(PermissionAttribute.Builder builder)
A constructor using the Builder.

Parameters:
builder -
Method Detail

getId

public String getId()
Description copied from interface: KimAttributeDataContract
The unique identifier for the kim attribute data. This can be null.

Specified by:
getId in interface KimAttributeDataContract
Returns:
the id

getPermissionId

public String getPermissionId()
Description copied from interface: PermissionAttributeContract
The Permission ID referenced by the Permission Attribute.

Specified by:
getPermissionId in interface PermissionAttributeContract
Returns:
permissionId

getKimType

public KimType getKimType()
Description copied from interface: KimAttributeDataContract
The kim type associated with the kim attribute data. This can be null if no kim types are associated.

Specified by:
getKimType in interface KimAttributeDataContract
Returns:
the kim type

getKimAttribute

public KimAttribute getKimAttribute()
Description copied from interface: KimAttributeDataContract
The kim attribute associated with the kim attribute data. This can be null if no KimAttributes are associated.

Specified by:
getKimAttribute in interface KimAttributeDataContract
Returns:
the kim attribute

getAttributeValue

public String getAttributeValue()
Description copied from interface: KimAttributeDataContract
The attribute value. This can be null or blank.

Specified by:
getAttributeValue in interface KimAttributeDataContract
Returns:
the attribute value.

getVersionNumber

public Long getVersionNumber()
Description copied from interface: Versioned
Returns the version number for this object. In general, this value should only be null if the object has not yet been stored to a persistent data store.

Specified by:
getVersionNumber in interface Versioned
Returns:
the version number, or null if one has not been assigned yet

getObjectId

public String getObjectId()
Description copied from interface: GloballyUnique
Return the globally unique object id of this object. In general, this value should only be null if the object has not yet been stored to a persistent data store.

Specified by:
getObjectId in interface GloballyUnique
Returns:
the objectId of this object, or null if it has not been set yet

hashCode

public int hashCode()
Description copied from interface: ModelObjectComplete
All "Complete" model object's should adhere to the ModelObjectComplete.hashCode() contract.

Specified by:
hashCode in interface ModelObjectComplete
Overrides:
hashCode in class Object
Returns:
the hashCode value

equals

public boolean equals(Object obj)
Description copied from interface: ModelObjectComplete
All "Complete" model object's should adhere to the ModelObjectComplete.equals(Object) contract.

Specified by:
equals in interface ModelObjectComplete
Overrides:
equals in class Object
Parameters:
obj - to object to compare for equality
Returns:
if equal

toString

public String toString()
Description copied from interface: ModelObjectBasic
This will return a proper string representation of the Model Object. All of the fields comprising the "public" api should be represented in the return value.

Specified by:
toString in interface ModelObjectBasic
Overrides:
toString in class Object
Returns:
the string representation


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.