com.jamasoftware.contour.domain
Class EventType

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

@Entity
public class EventType
extends DomainObjectSupport

See Also:
Serialized Form

Field Summary
static java.lang.Integer BATCH_CREATE
           
static java.lang.Integer BATCH_DELETE
           
static java.lang.Integer BATCH_SUMMARY
           
static java.lang.Integer BATCH_UPDATE
           
static int CREATE
           
static int DELETE
           
static java.lang.Integer INVITE_USER
           
static java.lang.Integer LEGACY
           
static java.lang.Integer LOGIN
           
static java.lang.Integer LOGOUT
           
static java.lang.Integer PUBLIC
           
static java.lang.Integer REVIEW_PUBLIC
           
static java.lang.Integer SYSTEM
           
static int UPDATE
           
 
Fields inherited from interface com.jamasoftware.contour.domain.DomainObjectBase
ORGANIZATION_COLUMN_NAME
 
Constructor Summary
EventType()
           
 
Method Summary
 java.lang.Boolean getActive()
           
 java.lang.String getDescription()
           
 java.lang.Integer getId()
           
 java.lang.String getName()
           
 java.lang.Integer getOrganizationId()
           
 java.lang.Integer getSortOrder()
           
 java.lang.String getXmlToString()
           
 void setActive(java.lang.Boolean active)
           
 void setDescription(java.lang.String description)
           
 void setId(java.lang.Integer id)
           
 void setName(java.lang.String displayDescription)
           
 void setOrganizationId(java.lang.Integer organizationId)
           
 void setSortOrder(java.lang.Integer sortOrder)
           
 
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
 

Field Detail

LEGACY

public static final java.lang.Integer LEGACY

SYSTEM

public static final java.lang.Integer SYSTEM

CREATE

public static final int CREATE
See Also:
Constant Field Values

BATCH_CREATE

public static final java.lang.Integer BATCH_CREATE

UPDATE

public static final int UPDATE
See Also:
Constant Field Values

BATCH_UPDATE

public static final java.lang.Integer BATCH_UPDATE

DELETE

public static final int DELETE
See Also:
Constant Field Values

BATCH_DELETE

public static final java.lang.Integer BATCH_DELETE

LOGIN

public static final java.lang.Integer LOGIN

LOGOUT

public static final java.lang.Integer LOGOUT

PUBLIC

public static final java.lang.Integer PUBLIC

REVIEW_PUBLIC

public static final java.lang.Integer REVIEW_PUBLIC

INVITE_USER

public static final java.lang.Integer INVITE_USER

BATCH_SUMMARY

public static final java.lang.Integer BATCH_SUMMARY
Constructor Detail

EventType

public EventType()
Method Detail

getId

@DocumentId
public java.lang.Integer getId()

setId

public void setId(java.lang.Integer id)

getName

@Field(name="name",
       index=TOKENIZED,
       store=YES)
public java.lang.String getName()

setName

public void setName(java.lang.String displayDescription)

getDescription

public java.lang.String getDescription()

setDescription

public void setDescription(java.lang.String description)

getSortOrder

public java.lang.Integer getSortOrder()

setSortOrder

public void setSortOrder(java.lang.Integer sortOrder)

getActive

public java.lang.Boolean getActive()

setActive

public void setActive(java.lang.Boolean active)

getOrganizationId

public java.lang.Integer getOrganizationId()

setOrganizationId

public void setOrganizationId(java.lang.Integer organizationId)

getXmlToString

public java.lang.String getXmlToString()


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