com.jamasoftware.contour.domain
Class Organization

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

Field Summary
 
Fields inherited from interface com.jamasoftware.contour.domain.DomainObjectBase
ORGANIZATION_COLUMN_NAME
 
Constructor Summary
Organization()
           
Organization(java.lang.Integer id)
           
 
Method Summary
 java.lang.String getBaseUrl()
           
 java.lang.Boolean getClosed()
           
 java.lang.String getDescription()
           
 java.lang.Integer getId()
           
 java.lang.Integer getLicenseMessage()
           
 java.lang.String getName()
           
 java.lang.Integer getOrganizationId()
           
 java.lang.String getRedirectUrl()
           
 java.lang.String getReturnEmail()
           
 java.lang.String getSubdomain()
           
 java.lang.String getXmlToString()
           
 com.jamasoftware.contour.security.acl.AclObjectIdentity obtainAclObjectIdentity()
           
 void setBaseUrl(java.lang.String baseUrl)
           
 void setClosed(java.lang.Boolean closed)
           
 void setDescription(java.lang.String description)
           
 void setId(java.lang.Integer organizationId)
           
 void setLicenseMessage(java.lang.Integer licenseMessage)
           
 void setName(java.lang.String name)
           
 void setOrganizationId(java.lang.Integer organizationId)
           
 void setRedirectUrl(java.lang.String redirectUrl)
           
 void setReturnEmail(java.lang.String returnEmail)
           
 void setSubdomain(java.lang.String subdomain)
           
 java.lang.String toString()
           
 
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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Organization

public Organization()

Organization

public Organization(java.lang.Integer id)
Method Detail

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.