com.jamasoftware.contour.domain
Class ViewType

java.lang.Object
  extended by com.jamasoftware.contour.domain.DomainObjectBaseSupport
      extended by com.jamasoftware.contour.domain.DomainObjectSupport
          extended by 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

Field Summary
static int DASHBOARD_VIEW
           
static int ITEM_VIEW
           
static int LIST_VIEW
           
static int MULTI_ITEM_TYPE_VIEW
           
static int NAVIGATION_VIEW
           
static int ORG_ADMIN_MODULE_VIEW
           
static int ORG_ADMIN_VIEW
           
static int READING_PANE_VIEW_DEPRECATED
           
static int SINGLE_ITEM_VIEW_DEPRECATED
           
static int SYSTEM_VIEW
           
static int TRACE_VIEW
           
 
Fields inherited from interface com.jamasoftware.contour.domain.DomainObjectBase
ORGANIZATION_COLUMN_NAME
 
Constructor Summary
ViewType()
           
ViewType(java.lang.String name)
           
 
Method Summary
 java.lang.Integer getId()
           
 java.lang.String getName()
           
 java.lang.Integer getOrganizationId()
           
 java.lang.String getXmlToString()
           
 void setId(java.lang.Integer id)
           
 void setName(java.lang.String name)
           
 void setOrganizationId(java.lang.Integer organizationId)
           
 java.lang.String toString()
           
 
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, wait, wait, wait
 

Field Detail

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
Constructor Detail

ViewType

public ViewType()

ViewType

public ViewType(java.lang.String name)
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

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.