is.idega.idegaweb.golf.data
Class MissedTeeTimesAmountEntity
java.lang.Object
is.idega.idegaweb.golf.data.MissedTeeTimesAmountEntity
public class MissedTeeTimesAmountEntity
- extends java.lang.Object
Entity for saving info about missed TeeTime
s for Member
You can report about problems to:
Martynas StakÄ—
- Version:
- 1.0.0 Apr 24, 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
GET_BY_MEMBER_ID
public static final java.lang.String GET_BY_MEMBER_ID
- See Also:
- Constant Field Values
memberIdProp
public static final java.lang.String memberIdProp
- See Also:
- Constant Field Values
COLUMN_MEMBER_ID
public static final java.lang.String COLUMN_MEMBER_ID
- See Also:
- Constant Field Values
amountProp
public static final java.lang.String amountProp
- See Also:
- Constant Field Values
COLUMN_AMOUNT
public static final java.lang.String COLUMN_AMOUNT
- See Also:
- Constant Field Values
GET_BY_UNION_ID
public static final java.lang.String GET_BY_UNION_ID
- See Also:
- Constant Field Values
GET_BY_UNION_AND_MEMBER
public static final java.lang.String GET_BY_UNION_AND_MEMBER
- 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
MissedTeeTimesAmountEntity
public MissedTeeTimesAmountEntity()
getId
public java.lang.Long getId()
setId
public void setId(java.lang.Long id)
getMemberId
public java.lang.Long getMemberId()
setMemberId
public void setMemberId(java.lang.Long memberId)
getAmount
public java.lang.Long getAmount()
setAmount
public void setAmount(java.lang.Long amount)
getUnionId
public java.lang.Long getUnionId()
setUnionId
public void setUnionId(java.lang.Long unionId)
Copyright © 2000-2014 idega software. All Rights Reserved.