Package com.sgs.common.database
Class ChecksTemplatesGroupEventLink
- java.lang.Object
-
- com.sgs.common.database.HibernateObject
-
- com.sgs.common.database.ChecksTemplatesGroupEventLink
-
public class ChecksTemplatesGroupEventLink extends HibernateObject
This class represents an ChecksTemplatesGroupEventLink for assigning system events that will trigger the groups.- Author:
- SGSystems
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ChecksTemplatesGroupEventLink.ChecksTemplateGroupEventType
-
Field Summary
Fields Modifier and Type Field Description ChecksTemplatesGroup
checksTemplatesGroup
The ChecksTemplatesGroup that the link is against or associated with.Commodity
commodity
The Commodity that the link is against or associated with.int
eventType
The Event that triggers to group of Checks.Location
location
Where the Events are triggered.-
Fields inherited from class com.sgs.common.database.HibernateObject
ID
-
-
Constructor Summary
Constructors Constructor Description ChecksTemplatesGroupEventLink()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChecksTemplatesGroup
getChecksTemplatesGroup()
Commodity
getCommodity()
int
getEventType()
ChecksTemplatesGroupEventLink.ChecksTemplateGroupEventType
getEventTypeEnum()
Location
getLocation()
void
setChecksTemplatesGroup(ChecksTemplatesGroup checksTemplatesGroup)
void
setCommodity(Commodity commodity)
void
setEventType(int eventType)
void
setEventTypeEnum(ChecksTemplatesGroupEventLink.ChecksTemplateGroupEventType type)
void
setLocation(Location location)
-
Methods inherited from class com.sgs.common.database.HibernateObject
getExported, getID, isDontSave, isModified, setDontSave, setExported, setID, setModified
-
-
-
-
Field Detail
-
checksTemplatesGroup
public ChecksTemplatesGroup checksTemplatesGroup
The ChecksTemplatesGroup that the link is against or associated with.
-
commodity
public Commodity commodity
The Commodity that the link is against or associated with.
-
eventType
public int eventType
The Event that triggers to group of Checks.
-
location
public Location location
Where the Events are triggered.
-
-
Method Detail
-
getEventTypeEnum
public ChecksTemplatesGroupEventLink.ChecksTemplateGroupEventType getEventTypeEnum()
-
setEventTypeEnum
public void setEventTypeEnum(ChecksTemplatesGroupEventLink.ChecksTemplateGroupEventType type)
-
getChecksTemplatesGroup
public ChecksTemplatesGroup getChecksTemplatesGroup()
-
setChecksTemplatesGroup
public void setChecksTemplatesGroup(ChecksTemplatesGroup checksTemplatesGroup)
-
getCommodity
public Commodity getCommodity()
-
setCommodity
public void setCommodity(Commodity commodity)
-
getEventType
public int getEventType()
-
setEventType
public void setEventType(int eventType)
-
getLocation
public Location getLocation()
-
setLocation
public void setLocation(Location location)
-
-