com.jamasoftware.contour.domain
Class ItemTemplate

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

@Entity
public class ItemTemplate
extends DomainObjectSupport
implements ScopedObject

Lookup Type.

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.jamasoftware.contour.domain.DomainObjectBase
ORGANIZATION_COLUMN_NAME
 
Constructor Summary
ItemTemplate()
           
ItemTemplate(java.lang.Integer id)
           
 
Method Summary
 java.lang.Boolean getActive()
           
 java.lang.String getContent()
           
 java.lang.String getDescription()
           
 java.lang.Integer getId()
           
 java.lang.String getImage()
           
 java.lang.String getName()
           
 java.lang.Integer getOrganizationId()
           
 java.lang.Integer getRefId()
           
 java.lang.Integer getScopeId()
           
 java.lang.Boolean getSystem()
           
 java.lang.String getXmlToString()
           
 void setActive(java.lang.Boolean active)
           
 void setContent(java.lang.String content)
           
 void setDescription(java.lang.String description)
           
 void setId(java.lang.Integer lookupId)
           
 void setImage(java.lang.String image)
           
 void setName(java.lang.String name)
           
 void setOrganizationId(java.lang.Integer organizationId)
           
 void setRefId(java.lang.Integer refId)
           
 void setScopeId(java.lang.Integer scopeId)
           
 void setSystem(java.lang.Boolean system)
           
 
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

ItemTemplate

public ItemTemplate()

ItemTemplate

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

getId

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

setId

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

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getDescription

public java.lang.String getDescription()

setDescription

public void setDescription(java.lang.String description)

getImage

public java.lang.String getImage()

setImage

public void setImage(java.lang.String image)

getContent

public java.lang.String getContent()

setContent

public void setContent(java.lang.String content)

getScopeId

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

setScopeId

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

getActive

public java.lang.Boolean getActive()

setActive

public void setActive(java.lang.Boolean active)

getSystem

public java.lang.Boolean getSystem()

setSystem

public void setSystem(java.lang.Boolean system)

getXmlToString

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


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