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 classChecksTemplatesGroupEventLink.ChecksTemplateGroupEventType
-
Field Summary
Fields Modifier and Type Field Description ChecksTemplatesGroupchecksTemplatesGroupThe ChecksTemplatesGroup that the link is against or associated with.CommoditycommodityThe Commodity that the link is against or associated with.inteventTypeThe Event that triggers to group of Checks.LocationlocationWhere 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 ChecksTemplatesGroupgetChecksTemplatesGroup()CommoditygetCommodity()intgetEventType()ChecksTemplatesGroupEventLink.ChecksTemplateGroupEventTypegetEventTypeEnum()LocationgetLocation()voidsetChecksTemplatesGroup(ChecksTemplatesGroup checksTemplatesGroup)voidsetCommodity(Commodity commodity)voidsetEventType(int eventType)voidsetEventTypeEnum(ChecksTemplatesGroupEventLink.ChecksTemplateGroupEventType type)voidsetLocation(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)
-
-