com.jamasoftware.contour.domain
Class AclPermissionEntry
java.lang.Object
com.jamasoftware.contour.domain.DomainObjectBaseSupport
com.jamasoftware.contour.domain.DomainObjectSupport
com.jamasoftware.contour.domain.AclPermissionEntry
- All Implemented Interfaces:
- DomainObject, DomainObjectBase, ObjectTypeScoped, OrganizationAware, SidScoped, java.io.Serializable
@Entity
public class AclPermissionEntry
- extends DomainObjectSupport
- implements ObjectTypeScoped, SidScoped
ACL Permission Entry.
- Since:
- 04/30/08
- Author:
- Sean Tong
- See Also:
- Serialized Form
|
Constructor Summary |
AclPermissionEntry()
|
AclPermissionEntry(java.lang.Integer id,
java.lang.Integer objectId,
java.lang.Integer objectType,
java.lang.Integer sid,
java.lang.Integer sidType,
java.lang.Integer permissionType,
long mask)
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
AclPermissionEntry
public AclPermissionEntry()
AclPermissionEntry
public AclPermissionEntry(java.lang.Integer id,
java.lang.Integer objectId,
java.lang.Integer objectType,
java.lang.Integer sid,
java.lang.Integer sidType,
java.lang.Integer permissionType,
long mask)
getId
public java.lang.Integer getId()
- Specified by:
getId in interface DomainObjectBase
setId
public void setId(java.lang.Integer objectId)
- Specified by:
setId in interface DomainObjectBase
getObjectType
public java.lang.Integer getObjectType()
- Object type defined in
ObjectType
- Specified by:
getObjectType in interface ObjectTypeScoped
setObjectType
public void setObjectType(java.lang.Integer objectType)
- Specified by:
setObjectType in interface ObjectTypeScoped
getObjectId
public java.lang.Integer getObjectId()
- Specified by:
getObjectId in interface ObjectTypeScoped
setObjectId
public void setObjectId(java.lang.Integer objectId)
- Specified by:
setObjectId in interface ObjectTypeScoped
getSid
public java.lang.Integer getSid()
- Specified by:
getSid in interface SidScoped
setSid
public void setSid(java.lang.Integer sid)
- Specified by:
setSid in interface SidScoped
getSidType
public java.lang.Integer getSidType()
- Specified by:
getSidType in interface SidScoped
setSidType
public void setSidType(java.lang.Integer sidType)
- Specified by:
setSidType in interface SidScoped
getPermissionType
public java.lang.Integer getPermissionType()
setPermissionType
public void setPermissionType(java.lang.Integer permissionType)
getOrganizationId
public java.lang.Integer getOrganizationId()
- Specified by:
getOrganizationId in interface DomainObjectBase- Specified by:
getOrganizationId in interface OrganizationAware
setOrganizationId
public void setOrganizationId(java.lang.Integer organizationId)
- Specified by:
setOrganizationId in interface DomainObjectBase
getMask
public long getMask()
setMask
public void setMask(long mask)
getXmlToString
public java.lang.String getXmlToString()
- Specified by:
getXmlToString in interface DomainObject
Copyright (c) 2010 Jama Software, Inc. All Rights Reserved.