com.jamasoftware.contour.domain
Class FieldLayout

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

@Entity
public class FieldLayout
extends DomainObjectSupport
implements ScopedObject

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.jamasoftware.contour.domain.DomainObjectBase
ORGANIZATION_COLUMN_NAME
 
Constructor Summary
FieldLayout()
           
 
Method Summary
 DocumentType getDocumentType()
           
 java.util.List<FieldLayoutEntry> getFieldLayoutEntries()
           
 FieldLayoutType getFieldLayoutType()
           
 java.lang.Integer getId()
           
 java.lang.Integer getOrganizationId()
           
 java.lang.Integer getRefId()
           
 java.lang.Integer getScopeId()
           
 View getViewDEPRECATED()
           
 java.lang.String getXmlToString()
           
 void setDocumentType(DocumentType documentType)
           
 void setFieldLayoutEntries(java.util.List<FieldLayoutEntry> fieldLayoutEntries)
           
 void setFieldLayoutType(FieldLayoutType fieldLayoutType)
           
 void setId(java.lang.Integer id)
           
 void setOrganizationId(java.lang.Integer organizationId)
           
 void setRefId(java.lang.Integer refId)
           
 void setScopeId(java.lang.Integer scope)
           
 void setViewDEPRECATED(View viewDEPRECATED)
           
 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, obtainAclObjectIdentity
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FieldLayout

public FieldLayout()
Method Detail

getId

public java.lang.Integer getId()
Specified by:
getId in interface DomainObjectBase

setId

public void setId(java.lang.Integer id)
Specified by:
setId in interface DomainObjectBase

getDocumentType

public DocumentType getDocumentType()

setDocumentType

public void setDocumentType(DocumentType documentType)

getScopeId

public java.lang.Integer getScopeId()
Specified by:
getScopeId in interface ScopedObject

setScopeId

public void setScopeId(java.lang.Integer scope)
Specified by:
setScopeId in interface ScopedObject

getRefId

public java.lang.Integer getRefId()
Specified by:
getRefId in interface ScopedObject

setRefId

public void setRefId(java.lang.Integer refId)
Specified by:
setRefId in interface ScopedObject

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

getFieldLayoutType

public FieldLayoutType getFieldLayoutType()

setFieldLayoutType

public void setFieldLayoutType(FieldLayoutType fieldLayoutType)

getFieldLayoutEntries

public java.util.List<FieldLayoutEntry> getFieldLayoutEntries()

setFieldLayoutEntries

public void setFieldLayoutEntries(java.util.List<FieldLayoutEntry> fieldLayoutEntries)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getXmlToString

public java.lang.String getXmlToString()
Specified by:
getXmlToString in interface DomainObject

getViewDEPRECATED

public View getViewDEPRECATED()

setViewDEPRECATED

public void setViewDEPRECATED(View viewDEPRECATED)


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