|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.rice.kim.api.permission.PermissionAttribute
public class PermissionAttribute
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 |
---|
public PermissionAttribute(PermissionAttribute.Builder builder)
builder
- Method Detail |
---|
public String getId()
KimAttributeDataContract
getId
in interface KimAttributeDataContract
public String getPermissionId()
PermissionAttributeContract
getPermissionId
in interface PermissionAttributeContract
public KimType getKimType()
KimAttributeDataContract
getKimType
in interface KimAttributeDataContract
public KimAttribute getKimAttribute()
KimAttributeDataContract
getKimAttribute
in interface KimAttributeDataContract
public String getAttributeValue()
KimAttributeDataContract
getAttributeValue
in interface KimAttributeDataContract
public Long getVersionNumber()
Versioned
getVersionNumber
in interface Versioned
public String getObjectId()
GloballyUnique
getObjectId
in interface GloballyUnique
public int hashCode()
ModelObjectComplete
ModelObjectComplete.hashCode()
contract.
hashCode
in interface ModelObjectComplete
hashCode
in class Object
public boolean equals(Object obj)
ModelObjectComplete
ModelObjectComplete.equals(Object)
contract.
equals
in interface ModelObjectComplete
equals
in class Object
obj
- to object to compare for equality
public String toString()
ModelObjectBasic
toString
in interface ModelObjectBasic
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |