com.jamasoftware.contour.domain
Class EventActionType

java.lang.Object
  extended by com.jamasoftware.contour.domain.EventActionType
All Implemented Interfaces:
DomainObjectBase, OrganizationAware, java.io.Serializable

@Entity
public class EventActionType
extends java.lang.Object
implements DomainObjectBase

Event action types. Currently it's a lookup table for finding the action name for a event entry with certain object type and event type. Eventually, Event entry will have a refrence to this class.

Author:
sean
See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.jamasoftware.contour.domain.DomainObjectBase
ORGANIZATION_COLUMN_NAME
 
Constructor Summary
EventActionType()
           
 
Method Summary
 java.lang.Boolean getActive()
           
 java.lang.String getDescription()
           
 java.lang.Integer getEventTypeId()
           
 java.lang.Integer getId()
           
 java.lang.String getName()
           
 java.lang.Integer getObjectTypeId()
           
 java.lang.Integer getOrganizationId()
           
 java.lang.Integer getSortOrder()
           
 void setActive(java.lang.Boolean active)
           
 void setDescription(java.lang.String description)
           
 void setEventTypeId(java.lang.Integer eventTypeId)
           
 void setId(java.lang.Integer id)
           
 void setName(java.lang.String displayDescription)
           
 void setObjectTypeId(java.lang.Integer objectTypeId)
           
 void setOrganizationId(java.lang.Integer organizationId)
           
 void setSortOrder(java.lang.Integer sortOrder)
           
 java.lang.String toString()
          Constructs a String with all attributes in name = value format.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EventActionType

public EventActionType()
Method Detail

getId

@DocumentId
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

@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)

getObjectTypeId

public java.lang.Integer getObjectTypeId()

setObjectTypeId

public void setObjectTypeId(java.lang.Integer objectTypeId)

getEventTypeId

public java.lang.Integer getEventTypeId()

setEventTypeId

public void setEventTypeId(java.lang.Integer eventTypeId)

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

toString

public java.lang.String toString()
Constructs a String with all attributes in name = value format.

Overrides:
toString in class java.lang.Object
Returns:
a String representation of this object.


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