com.jamasoftware.contour.domain
Class ViewType
java.lang.Object
com.jamasoftware.contour.domain.DomainObjectBaseSupport
com.jamasoftware.contour.domain.DomainObjectSupport
com.jamasoftware.contour.domain.ViewType
- All Implemented Interfaces:
- DomainObject, DomainObjectBase, OrganizationAware, com.jamasoftware.contour.view.controller.js.writer.StaticFinalMemberJavascriptAware, java.io.Serializable
@Entity
public class ViewType
- extends DomainObjectSupport
- implements com.jamasoftware.contour.view.controller.js.writer.StaticFinalMemberJavascriptAware
ViewType domain object
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
ITEM_VIEW
public static final int ITEM_VIEW
- See Also:
- Constant Field Values
LIST_VIEW
public static final int LIST_VIEW
- See Also:
- Constant Field Values
MULTI_ITEM_TYPE_VIEW
public static final int MULTI_ITEM_TYPE_VIEW
- See Also:
- Constant Field Values
DASHBOARD_VIEW
public static final int DASHBOARD_VIEW
- See Also:
- Constant Field Values
SYSTEM_VIEW
public static final int SYSTEM_VIEW
- See Also:
- Constant Field Values
NAVIGATION_VIEW
public static final int NAVIGATION_VIEW
- See Also:
- Constant Field Values
ORG_ADMIN_VIEW
public static final int ORG_ADMIN_VIEW
- See Also:
- Constant Field Values
ORG_ADMIN_MODULE_VIEW
public static final int ORG_ADMIN_MODULE_VIEW
- See Also:
- Constant Field Values
SINGLE_ITEM_VIEW_DEPRECATED
public static final int SINGLE_ITEM_VIEW_DEPRECATED
- See Also:
- Constant Field Values
READING_PANE_VIEW_DEPRECATED
public static final int READING_PANE_VIEW_DEPRECATED
- See Also:
- Constant Field Values
TRACE_VIEW
public static final int TRACE_VIEW
- See Also:
- Constant Field Values
ViewType
public ViewType()
ViewType
public ViewType(java.lang.String name)
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
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
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
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.