com.jamasoftware.contour.domain
Class EventActionType
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
EventActionType
public EventActionType()
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.