is.idega.idegaweb.golf.data
Class WarningMessageEntity

java.lang.Object
  extended by 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Ä—

Field Summary
static java.lang.String COLUMN_MESSAGE
           
static java.lang.String COLUMN_SEVERITY
           
static java.lang.String COLUMN_UNION_ID
           
static java.lang.String GET_ALL
           
static java.lang.String GET_BY_ID
           
static java.lang.String GET_BY_UNION_AND_SEVERITY
           
static java.lang.String GET_BY_UNION_ID
           
static java.lang.String idProp
           
static java.lang.String messageProp
           
static java.lang.String severityProp
           
static java.lang.String TABLE_NAME
           
static java.lang.String unionIdProp
           
 
Constructor Summary
WarningMessageEntity()
           
 
Method Summary
 java.lang.Long getId()
           
 java.lang.String getMessage()
           
 java.lang.Long getSeverity()
           
 java.lang.Long getUnionId()
           
 void setId(java.lang.Long id)
           
 void setMessage(java.lang.String message)
           
 void setSeverity(java.lang.Long severity)
           
 void setUnionId(java.lang.Long unionId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

WarningMessageEntity

public WarningMessageEntity()
Method Detail

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.