|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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.InternalPermission
InternalPermission.getPermissionId()
public void setPermissionId(long permissionId)
setPermissionId
in interface org.apache.jetspeed.security.om.InternalPermission
InternalPermission.setPermissionId(long)
public String getClassname()
getClassname
in interface org.apache.jetspeed.security.om.InternalPermission
InternalPermission.getClassname()
public void setClassname(String classname)
setClassname
in interface org.apache.jetspeed.security.om.InternalPermission
InternalPermission.setClassname(java.lang.String)
public String getName()
getName
in interface org.apache.jetspeed.security.om.InternalPermission
InternalPermission.getName()
public void setName(String name)
setName
in interface org.apache.jetspeed.security.om.InternalPermission
InternalPermission.setName(java.lang.String)
public String getActions()
getActions
in interface org.apache.jetspeed.security.om.InternalPermission
InternalPermission.getActions()
public void setActions(String actions)
setActions
in interface org.apache.jetspeed.security.om.InternalPermission
InternalPermission.setActions(java.lang.String)
public Collection getPrincipals()
getPrincipals
in interface org.apache.jetspeed.security.om.InternalPermission
InternalPermission.getPrincipals()
public void setPrincipals(Collection principals)
setPrincipals
in interface org.apache.jetspeed.security.om.InternalPermission
InternalPermission.setPrincipals(java.util.Collection)
public Timestamp getCreationDate()
getCreationDate
in interface org.apache.jetspeed.security.om.InternalPermission
InternalPermission.getCreationDate()
public void setCreationDate(Timestamp creationDate)
setCreationDate
in interface org.apache.jetspeed.security.om.InternalPermission
InternalPermission.setCreationDate(java.sql.Timestamp)
public Timestamp getModifiedDate()
getModifiedDate
in interface org.apache.jetspeed.security.om.InternalPermission
InternalPermission.getModifiedDate()
public void setModifiedDate(Timestamp modifiedDate)
setModifiedDate
in interface org.apache.jetspeed.security.om.InternalPermission
InternalPermission.setModifiedDate(java.sql.Timestamp)
public boolean equals(Object object)
equals
in interface org.apache.jetspeed.security.om.InternalPermission
equals
in class Object
InternalPermission.equals(java.lang.Object)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |