com.jamasoftware.contour.domain
Class FieldLayoutEntry

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

@Entity
public class FieldLayoutEntry
extends DomainObjectSupport
implements java.lang.Comparable<FieldLayoutEntry>

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.jamasoftware.contour.domain.DomainObjectBase
ORGANIZATION_COLUMN_NAME
 
Constructor Summary
FieldLayoutEntry()
           
FieldLayoutEntry(FieldLayoutEntry fle)
           
FieldLayoutEntry(java.lang.Integer id, FieldLayout layout, DocumentTypeField field, java.lang.Integer layoutPosition, java.lang.Boolean active)
           
 
Method Summary
 int compareTo(FieldLayoutEntry arg0)
           
 java.lang.Boolean getActive()
           
 DocumentTypeField getField()
           
 java.lang.Integer getId()
           
 FieldLayout getLayout()
           
 java.lang.Integer getLayoutPosition()
           
 java.lang.Integer getOrganizationId()
           
 java.lang.String getXmlToString()
           
 void setActive(java.lang.Boolean active)
           
 void setField(DocumentTypeField field)
           
 void setId(java.lang.Integer id)
           
 void setLayout(FieldLayout layout)
           
 void setLayoutPosition(java.lang.Integer layoutPosition)
           
 void setOrganizationId(java.lang.Integer organizationId)
           
 
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

FieldLayoutEntry

public FieldLayoutEntry()

FieldLayoutEntry

public FieldLayoutEntry(java.lang.Integer id,
                        FieldLayout layout,
                        DocumentTypeField field,
                        java.lang.Integer layoutPosition,
                        java.lang.Boolean active)

FieldLayoutEntry

public FieldLayoutEntry(FieldLayoutEntry fle)
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

getLayout

public FieldLayout getLayout()

setLayout

public void setLayout(FieldLayout layout)

getField

public DocumentTypeField getField()

setField

public void setField(DocumentTypeField field)

getActive

public java.lang.Boolean getActive()

setActive

public void setActive(java.lang.Boolean active)

getLayoutPosition

public java.lang.Integer getLayoutPosition()

setLayoutPosition

public void setLayoutPosition(java.lang.Integer layoutPosition)

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

getXmlToString

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

compareTo

public int compareTo(FieldLayoutEntry arg0)
Specified by:
compareTo in interface java.lang.Comparable<FieldLayoutEntry>


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