|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jetspeed.security.om.impl.InternalPermissionImpl
public class InternalPermissionImpl
InternalPermission interface implementation.
| Field Summary | |
|---|---|
private String |
actions
|
private String |
classname
|
private Timestamp |
creationDate
|
private Timestamp |
modifiedDate
|
private String |
name
|
private long |
permissionId
|
private Collection |
principals
|
private static long |
serialVersionUID
The serial version uid. |
| Constructor Summary | |
|---|---|
InternalPermissionImpl()
InternalPermission implementation default constructor. |
|
InternalPermissionImpl(String classname,
String name,
String actions)
InternalPermission constructor. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object object)
|
String |
getActions()
|
String |
getClassname()
|
Timestamp |
getCreationDate()
|
Timestamp |
getModifiedDate()
|
String |
getName()
|
long |
getPermissionId()
|
Collection |
getPrincipals()
|
void |
setActions(String actions)
|
void |
setClassname(String classname)
|
void |
setCreationDate(Timestamp creationDate)
|
void |
setModifiedDate(Timestamp modifiedDate)
|
void |
setName(String name)
|
void |
setPermissionId(long permissionId)
|
void |
setPrincipals(Collection principals)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static final long serialVersionUID
private long permissionId
private String classname
private String name
private String actions
private Collection principals
private Timestamp creationDate
private Timestamp modifiedDate
| Constructor Detail |
|---|
public InternalPermissionImpl()
InternalPermission implementation default constructor.
public InternalPermissionImpl(String classname,
String name,
String actions)
InternalPermission constructor.
classname - The classname.name - The name.actions - The actions.| Method Detail |
|---|
public long getPermissionId()
getPermissionId in interface org.apache.jetspeed.security.om.InternalPermissionInternalPermission.getPermissionId()public void setPermissionId(long permissionId)
setPermissionId in interface org.apache.jetspeed.security.om.InternalPermissionInternalPermission.setPermissionId(long)public String getClassname()
getClassname in interface org.apache.jetspeed.security.om.InternalPermissionInternalPermission.getClassname()public void setClassname(String classname)
setClassname in interface org.apache.jetspeed.security.om.InternalPermissionInternalPermission.setClassname(java.lang.String)public String getName()
getName in interface org.apache.jetspeed.security.om.InternalPermissionInternalPermission.getName()public void setName(String name)
setName in interface org.apache.jetspeed.security.om.InternalPermissionInternalPermission.setName(java.lang.String)public String getActions()
getActions in interface org.apache.jetspeed.security.om.InternalPermissionInternalPermission.getActions()public void setActions(String actions)
setActions in interface org.apache.jetspeed.security.om.InternalPermissionInternalPermission.setActions(java.lang.String)public Collection getPrincipals()
getPrincipals in interface org.apache.jetspeed.security.om.InternalPermissionInternalPermission.getPrincipals()public void setPrincipals(Collection principals)
setPrincipals in interface org.apache.jetspeed.security.om.InternalPermissionInternalPermission.setPrincipals(java.util.Collection)public Timestamp getCreationDate()
getCreationDate in interface org.apache.jetspeed.security.om.InternalPermissionInternalPermission.getCreationDate()public void setCreationDate(Timestamp creationDate)
setCreationDate in interface org.apache.jetspeed.security.om.InternalPermissionInternalPermission.setCreationDate(java.sql.Timestamp)public Timestamp getModifiedDate()
getModifiedDate in interface org.apache.jetspeed.security.om.InternalPermissionInternalPermission.getModifiedDate()public void setModifiedDate(Timestamp modifiedDate)
setModifiedDate in interface org.apache.jetspeed.security.om.InternalPermissionInternalPermission.setModifiedDate(java.sql.Timestamp)public boolean equals(Object object)
equals in interface org.apache.jetspeed.security.om.InternalPermissionequals in class ObjectInternalPermission.equals(java.lang.Object)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||