com.jamasoftware.contour.domain
Class AclPermission

java.lang.Object
  extended by com.jamasoftware.contour.domain.DomainObjectBaseSupport
      extended by com.jamasoftware.contour.domain.DomainObjectSupport
          extended by com.jamasoftware.contour.domain.AclPermission
All Implemented Interfaces:
DomainObject, DomainObjectBase, OrganizationAware, java.io.Serializable

Deprecated. replaced by AclPermission Entry

@Deprecated
@Entity
public class AclPermission
extends DomainObjectSupport

ACL Permission.

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.jamasoftware.contour.domain.DomainObjectBase
ORGANIZATION_COLUMN_NAME
 
Constructor Summary
AclPermission()
          Deprecated.  
 
Method Summary
 AclObject getAclObject()
          Deprecated.  
 java.lang.Integer getId()
          Deprecated.  
 java.lang.Integer getMask()
          Deprecated.  
 java.lang.Integer getOrganizationId()
          Deprecated.  
 java.lang.String getRecipient()
          Deprecated.  
 Role getRole()
          Deprecated.  
 User getUser()
          Deprecated.  
 java.lang.String getXmlToString()
          Deprecated.  
 void setAclObject(AclObject aclObject)
          Deprecated.  
 void setId(java.lang.Integer objectId)
          Deprecated.  
 void setMask(java.lang.Integer mask)
          Deprecated.  
 void setOrganizationId(java.lang.Integer organizationId)
          Deprecated.  
 void setRole(Role role)
          Deprecated.  
 void setUser(User user)
          Deprecated.  
 
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

AclPermission

public AclPermission()
Deprecated. 
Method Detail

getId

public java.lang.Integer getId()
Deprecated. 

setId

public void setId(java.lang.Integer objectId)
Deprecated. 

getAclObject

public AclObject getAclObject()
Deprecated. 

setAclObject

public void setAclObject(AclObject aclObject)
Deprecated. 

getRecipient

public java.lang.String getRecipient()
Deprecated. 

getMask

public java.lang.Integer getMask()
Deprecated. 

setMask

public void setMask(java.lang.Integer mask)
Deprecated. 

getRole

public Role getRole()
Deprecated. 

setRole

public void setRole(Role role)
Deprecated. 

getUser

public User getUser()
Deprecated. 

setUser

public void setUser(User user)
Deprecated. 

getOrganizationId

public java.lang.Integer getOrganizationId()
Deprecated. 

setOrganizationId

public void setOrganizationId(java.lang.Integer organizationId)
Deprecated. 

getXmlToString

public java.lang.String getXmlToString()
Deprecated. 


Copyright (c) 2010 Jama Software, Inc. All Rights Reserved.