|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.glite.authz.common.model.AttributeAssignment
public final class AttributeAssignment
A requirement that a particular attribute have a given set of values within the PEP.
Constructor Summary | |
---|---|
AttributeAssignment()
Constructor. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getAttributeId()
Gets the ID of the attribute. |
java.lang.String |
getDataType()
Gets the data type of the attribute. |
java.lang.String |
getValue()
Gets the value the identified attribute must be assigned. |
int |
hashCode()
|
void |
setAttributeId(java.lang.String id)
Sets the ID of the attribute. |
void |
setDataType(java.lang.String type)
Sets the data type of the attribute. |
void |
setValue(java.lang.String newValue)
Sets the value the identified attribute must be assigned. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AttributeAssignment()
Method Detail |
---|
public java.lang.String getAttributeId()
public void setAttributeId(java.lang.String id)
id
- ID of the attributepublic java.lang.String getDataType()
public void setDataType(java.lang.String type)
type
- data type of the attributepublic java.lang.String getValue()
public void setValue(java.lang.String newValue)
newValue
- value the identified attribute must be assignedpublic java.lang.String toString()
toString
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |