|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sas.hls.security.membership.MembershipDescriptor
public class MembershipDescriptor
A light-weight representation of the membership of some membership context.
Constructor Summary | |
---|---|
MembershipDescriptor()
Default constructor. |
|
MembershipDescriptor(ObjectIdentity context)
MembershipDescriptor constructor given a MembershipContext. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
Indicate whether some other object is "equal to" this one. |
ObjectIdentity |
getContext()
Get the context that this MembershipDescriptor represents. |
long |
getRevision()
Get the internal revision number of this object. |
int |
hashCode()
Return a hash code value for the object. |
void |
setContext(ObjectIdentity context)
Set the context that this MembershipDescriptor represents. |
void |
setRevision(long revision)
Set the internal revision number of this object. |
String |
toString()
Return a string representation of the object. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MembershipDescriptor()
public MembershipDescriptor(ObjectIdentity context)
context
- The context for which to create a MembershipDescriptor.Method Detail |
---|
public long getRevision()
public void setRevision(long revision)
revision
- the revision to setpublic void setContext(ObjectIdentity context)
context
- the context that this membership represents.public ObjectIdentity getContext()
public int hashCode()
hashCode
in class Object
Object.hashCode()
public boolean equals(Object obj)
equals
in class Object
Object.equals(java.lang.Object)
public String toString()
toString
in class Object
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |