org.jets3t.service.acl.gs
Class GroupByIdGrantee
java.lang.Object
org.jets3t.service.acl.GroupGrantee
org.jets3t.service.acl.gs.GroupByIdGrantee
- All Implemented Interfaces:
- GranteeInterface
public class GroupByIdGrantee
- extends GroupGrantee
Represents a Group grantee.
- Author:
- Google Developers
GroupByIdGrantee
public GroupByIdGrantee()
GroupByIdGrantee
public GroupByIdGrantee(String id)
- Constructs a group grantee object using the given group id as an identifier.
- Parameters:
id
-
GroupByIdGrantee
public GroupByIdGrantee(String identifier,
String name)
getName
public String getName()
setName
public void setName(String name)
toXMLBuilder
public com.jamesmurty.utils.XMLBuilder toXMLBuilder()
throws TransformerException,
ParserConfigurationException,
FactoryConfigurationError
- Specified by:
toXMLBuilder
in interface GranteeInterface
- Overrides:
toXMLBuilder
in class GroupGrantee
- Throws:
TransformerException
ParserConfigurationException
FactoryConfigurationError
equals
public boolean equals(Object obj)
- Overrides:
equals
in class GroupGrantee
toString
public String toString()
- Overrides:
toString
in class GroupGrantee