com.jamasoftware.contour.domain
Class AclObject

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

Deprecated. replaced by AclPermission Entry

@Deprecated
@Entity
public class AclObject
extends DomainObjectSupport

ACL Object Identity.

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.jamasoftware.contour.domain.DomainObjectBase
ORGANIZATION_COLUMN_NAME
 
Constructor Summary
AclObject()
          Deprecated.  
 
Method Summary
 java.lang.Integer getId()
          Deprecated.  
 java.lang.String getIdentity()
          Deprecated.  
 java.lang.Integer getOrganizationId()
          Deprecated.  
 java.lang.Integer getParent()
          Deprecated.  
 java.lang.String getSubObject()
          Deprecated.  
 java.lang.String getXmlToString()
          Deprecated.  
 void setId(java.lang.Integer objectId)
          Deprecated.  
 void setIdentity(java.lang.String identity)
          Deprecated.  
 void setOrganizationId(java.lang.Integer organizationId)
          Deprecated.  
 void setParent(java.lang.Integer parent)
          Deprecated.  
 void setSubObject(java.lang.String subObject)
          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

AclObject

public AclObject()
Deprecated. 
Method Detail

getId

public java.lang.Integer getId()
Deprecated. 

setId

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

getSubObject

public java.lang.String getSubObject()
Deprecated. 

setSubObject

public void setSubObject(java.lang.String subObject)
Deprecated. 

getIdentity

public java.lang.String getIdentity()
Deprecated. 

setIdentity

public void setIdentity(java.lang.String identity)
Deprecated. 

getParent

public java.lang.Integer getParent()
Deprecated. 

setParent

public void setParent(java.lang.Integer parent)
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.