|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--com.cafesoft.cams.attr.StandardAttribute
StandardAttribute is the standard implemenation of an
Attribute, which represents metadata about an
AccessControlRequest attribute and a possible AttributeValue
if available. An Attribute is fully-qualified by the following:
| Constructor Summary | |
StandardAttribute(URI attrCategory,
URI type,
URI id,
AttributeValue value)
Create a new StandardAttribute instance. |
|
| Method Summary | |
boolean |
equals(Object other)
Override to determine equality with another object instance. |
URI |
getCategory()
Get the attribute category. |
URI |
getId()
Get the attribute identifier. |
URI |
getType()
Get the attribute type. |
AttributeValue |
getValue()
Get the attribute value. |
int |
hashCode()
Override to provide appropriate hashcode for contents. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public StandardAttribute(URI attrCategory,
URI type,
URI id,
AttributeValue value)
attrCategory - the attribute category.type - the attribute type.id - the attribute identifier.value - the attribute value or null if no value.| Method Detail |
public URI getCategory()
getCategory in interface Attributepublic URI getType()
getType in interface Attributepublic URI getId()
getId in interface Attributepublic AttributeValue getValue()
getValue in interface Attributepublic boolean equals(Object other)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||