@Entity(name="ViewConfig") public class ViewConfigImpl extends ScopeDomainObject implements ViewConfig
refId, scopeId
MAP_DOMAIN_OBJECT_TO_ID_FUNCTION, ORGANIZATION_COLUMN_NAME
Constructor and Description |
---|
ViewConfigImpl() |
Modifier and Type | Method and Description |
---|---|
String |
getConfig() |
Integer |
getId() |
Integer |
getOrganizationId() |
Boolean |
getOverridable() |
Project |
getProject() |
View |
getView() |
String |
getXmlToString() |
void |
setConfig(String config) |
void |
setId(Integer id) |
void |
setOrganizationId(Integer organizationId) |
void |
setOverridable(Boolean overridable) |
void |
setProject(Project project) |
void |
setView(View view) |
String |
toString() |
getRefId, getScopeId, setRefId, setScope, setScopeByType, setScopeId
getCreatedBy, getCreatedDate, getModifiedBy, getModifiedDate, setCreatedBy, setCreatedDate, setModifiedBy, setModifiedDate
equals, hashCode, isNewObject, obtainAclObjectIdentity
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getCreatedBy, getCreatedDate, getModifiedBy, getModifiedDate, isNewObject, obtainAclObjectIdentity, setCreatedBy, setCreatedDate, setModifiedBy, setModifiedDate
getRefId, getScopeId, setRefId, setScopeByType, setScopeId
public Integer getId()
getId
in interface DomainObjectBase
public void setId(Integer id)
setId
in interface DomainObjectBase
public View getView()
getView
in interface ViewConfig
public void setView(View view)
setView
in interface ViewConfig
public Project getProject()
getProject
in interface ViewConfig
public void setProject(Project project)
setProject
in interface ViewConfig
public Integer getOrganizationId()
getOrganizationId
in interface DomainObjectBase
getOrganizationId
in interface OrganizationAware
public void setOrganizationId(Integer organizationId)
setOrganizationId
in interface DomainObjectBase
public String getConfig()
getConfig
in interface ViewConfig
public void setConfig(String config)
setConfig
in interface ViewConfig
public Boolean getOverridable()
getOverridable
in interface ViewConfig
public void setOverridable(Boolean overridable)
setOverridable
in interface ViewConfig
public String getXmlToString()
getXmlToString
in interface DomainObject
Copyright (c) 2013-2014 Jama Software, Inc. All Rights Reserved.