com.jamasoftware.contour.domain
Class AclPermissionEntry

java.lang.Object
  extended by com.jamasoftware.contour.domain.DomainObjectBaseSupport
      extended by com.jamasoftware.contour.domain.DomainObjectSupport
          extended by 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

Field Summary
 
Fields inherited from interface com.jamasoftware.contour.domain.DomainObjectBase
ORGANIZATION_COLUMN_NAME
 
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)
           
 
Method Summary
 java.lang.Integer getId()
           
 long getMask()
           
 java.lang.Integer getObjectId()
           
 java.lang.Integer getObjectType()
          Object type defined in ObjectType
 java.lang.Integer getOrganizationId()
           
 java.lang.Integer getPermissionType()
           
 java.lang.Integer getSid()
           
 java.lang.Integer getSidType()
           
 java.lang.String getXmlToString()
           
 void setId(java.lang.Integer objectId)
           
 void setMask(long mask)
           
 void setObjectId(java.lang.Integer objectId)
           
 void setObjectType(java.lang.Integer objectType)
           
 void setOrganizationId(java.lang.Integer organizationId)
           
 void setPermissionType(java.lang.Integer permissionType)
           
 void setSid(java.lang.Integer sid)
           
 void setSidType(java.lang.Integer sidType)
           
 
Methods inherited from class com.jamasoftware.contour.domain.DomainObjectSupport
getCreatedBy, getCreatedDate, getModifiedBy, getModifiedDate, setCreatedBy, setCreatedDate, setModifiedBy, setModifiedDate
 
Methods inherited from class com.jamasoftware.contour.domain.DomainObjectBaseSupport
equals, hashCode, isNewObject, obtainAclObjectIdentity
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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)
Method Detail

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.