com.jamasoftware.contour.domain
Class ViewConfig
java.lang.Object
com.jamasoftware.contour.domain.DomainObjectBaseSupport
com.jamasoftware.contour.domain.DomainObjectSupport
com.jamasoftware.contour.domain.ViewConfig
- All Implemented Interfaces:
- DomainObject, DomainObjectBase, OrganizationAware, ScopedObject, java.io.Serializable
@Entity
public class ViewConfig
- extends DomainObjectSupport
- implements ScopedObject
View-Config Domain object
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
ViewConfig
public ViewConfig()
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
getView
public View getView()
setView
public void setView(View view)
getProject
public com.jamasoftware.contour.project.domain.Project getProject()
setProject
public void setProject(com.jamasoftware.contour.project.domain.Project project)
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
getConfig
public java.lang.String getConfig()
setConfig
public void setConfig(java.lang.String config)
getOverridable
public boolean getOverridable()
setOverridable
public void setOverridable(boolean overridable)
getXmlToString
public java.lang.String getXmlToString()
- Specified by:
getXmlToString in interface DomainObject
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
- Returns:
- a
String representation of this object.
Copyright (c) 2010 Jama Software, Inc. All Rights Reserved.