is.idega.idegaweb.golf.data
Class WarningMessageEntity
java.lang.Object
is.idega.idegaweb.golf.data.WarningMessageEntity
public class WarningMessageEntity
- extends java.lang.Object
Entity for saving e-mail messages of missed golf times
You can report about problems to:
Martynas StakÄ—
- Version:
- 1.0.0 Apr 11, 2014
- Author:
- Martynas StakÄ—
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TABLE_NAME
public static final java.lang.String TABLE_NAME
- See Also:
- Constant Field Values
GET_ALL
public static final java.lang.String GET_ALL
- See Also:
- Constant Field Values
GET_BY_ID
public static final java.lang.String GET_BY_ID
- See Also:
- Constant Field Values
idProp
public static final java.lang.String idProp
- See Also:
- Constant Field Values
messageProp
public static final java.lang.String messageProp
- See Also:
- Constant Field Values
COLUMN_MESSAGE
public static final java.lang.String COLUMN_MESSAGE
- See Also:
- Constant Field Values
GET_BY_UNION_ID
public static final java.lang.String GET_BY_UNION_ID
- See Also:
- Constant Field Values
unionIdProp
public static final java.lang.String unionIdProp
- See Also:
- Constant Field Values
COLUMN_UNION_ID
public static final java.lang.String COLUMN_UNION_ID
- See Also:
- Constant Field Values
GET_BY_UNION_AND_SEVERITY
public static final java.lang.String GET_BY_UNION_AND_SEVERITY
- See Also:
- Constant Field Values
severityProp
public static final java.lang.String severityProp
- See Also:
- Constant Field Values
COLUMN_SEVERITY
public static final java.lang.String COLUMN_SEVERITY
- See Also:
- Constant Field Values
WarningMessageEntity
public WarningMessageEntity()
getId
public java.lang.Long getId()
setId
public void setId(java.lang.Long id)
getMessage
public java.lang.String getMessage()
setMessage
public void setMessage(java.lang.String message)
getSeverity
public java.lang.Long getSeverity()
setSeverity
public void setSeverity(java.lang.Long severity)
getUnionId
public java.lang.Long getUnionId()
setUnionId
public void setUnionId(java.lang.Long unionId)
Copyright © 2000-2014 idega software. All Rights Reserved.