|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sas.hls.security.group.GroupDescriptor
public class GroupDescriptor
A light-weight client representation of a group. See Group
for details.
Constructor Summary | |
---|---|
GroupDescriptor(ObjectIdentity groupContext,
String name,
String identifier,
String description)
|
|
GroupDescriptor(ObjectIdentity groupContext,
String name,
String identifier,
String description,
long revision)
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
Indicate whether some other object is "equal to" this one. |
String |
getDescription()
Get the description of this object |
ObjectIdentity |
getGroupContext()
Get the context of this group |
String |
getIdentifier()
Get the identifier of this object |
String |
getName()
Get the name of this object |
String |
getObjectType()
Get the objectType of this object. |
String |
getPrincipalId()
|
String |
getPrincipalName()
|
long |
getRevision()
Get the internal revision number of this object. |
int |
hashCode()
Return a hash code value for the object. |
void |
setDescription(String description)
Set the description of this object |
void |
setGroupContext(ObjectIdentity groupContext)
Set the context of this group |
void |
setIdentifier(String identifier)
Set the identifier of this object |
void |
setName(String name)
Set the name of this object |
void |
setObjectType(String objectType)
Set the objectType of this object. |
void |
setPrincipalId(String principalId)
|
void |
setPrincipalName(String principalName)
|
void |
setRevision(long revision)
Set the internal revision number of this object. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GroupDescriptor(ObjectIdentity groupContext, String name, String identifier, String description, long revision)
groupContext
- name
- identifier
- description
- revision
- public GroupDescriptor(ObjectIdentity groupContext, String name, String identifier, String description)
groupContext
- name
- identifier
- description
- Method Detail |
---|
public long getRevision()
public void setRevision(long revision)
revision
- The new internal revision number of this object.public String getObjectType()
getObjectType
in interface Identifiable
public void setObjectType(String objectType)
objectType
- the objectType to setpublic String getIdentifier()
getIdentifier
in interface Identifiable
public void setIdentifier(String identifier)
identifier
- the identifier to setpublic String getName()
public void setName(String name)
name
- the name to setpublic String getDescription()
public void setDescription(String description)
description
- the description to setpublic String getPrincipalId()
public void setPrincipalId(String principalId)
principalId
- the principalId to setpublic String getPrincipalName()
public void setPrincipalName(String principalName)
principalName
- the principalName to setpublic ObjectIdentity getGroupContext()
public void setGroupContext(ObjectIdentity groupContext)
groupContext
- the groupContext to setpublic int hashCode()
hashCode
in class Object
Object.hashCode()
public boolean equals(Object obj)
equals
in class Object
Object.equals(java.lang.Object)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |