com.jamasoftware.contour.domain
Class Organization
java.lang.Object
com.jamasoftware.contour.domain.DomainObjectBaseSupport
com.jamasoftware.contour.domain.DomainObjectSupport
com.jamasoftware.contour.domain.Organization
- All Implemented Interfaces:
- DomainObject, DomainObjectBase, OrganizationAware, java.io.Serializable
@Entity
public class Organization
- extends DomainObjectSupport
Organization.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Organization
public Organization()
Organization
public Organization(java.lang.Integer id)
getId
public java.lang.Integer getId()
setId
public void setId(java.lang.Integer organizationId)
getOrganizationId
public java.lang.Integer getOrganizationId()
setOrganizationId
public void setOrganizationId(java.lang.Integer organizationId)
getDescription
public java.lang.String getDescription()
setDescription
public void setDescription(java.lang.String description)
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
getBaseUrl
public java.lang.String getBaseUrl()
setBaseUrl
public void setBaseUrl(java.lang.String baseUrl)
getReturnEmail
public java.lang.String getReturnEmail()
setReturnEmail
public void setReturnEmail(java.lang.String returnEmail)
getSubdomain
public java.lang.String getSubdomain()
setSubdomain
public void setSubdomain(java.lang.String subdomain)
getClosed
public java.lang.Boolean getClosed()
setClosed
public void setClosed(java.lang.Boolean closed)
getRedirectUrl
public java.lang.String getRedirectUrl()
setRedirectUrl
public void setRedirectUrl(java.lang.String redirectUrl)
getLicenseMessage
public java.lang.Integer getLicenseMessage()
setLicenseMessage
public void setLicenseMessage(java.lang.Integer licenseMessage)
getXmlToString
public java.lang.String getXmlToString()
obtainAclObjectIdentity
public com.jamasoftware.contour.security.acl.AclObjectIdentity obtainAclObjectIdentity()
- Specified by:
obtainAclObjectIdentity in interface DomainObject- Overrides:
obtainAclObjectIdentity in class DomainObjectBaseSupport
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright (c) 2010 Jama Software, Inc. All Rights Reserved.