net.sf.imca.model
Class MembershipBO
java.lang.Object
net.sf.imca.model.MembershipBO
public class MembershipBO
- extends java.lang.Object
Business Object representing the properties, persistence and functionality of
the IMCA domain object.
- Author:
- dougculnane
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
STATUS_UNPAID
public static final java.lang.String STATUS_UNPAID
- See Also:
- Constant Field Values
STATUS_ACTIVE
public static final java.lang.String STATUS_ACTIVE
- See Also:
- Constant Field Values
STATUS_EXPIRED
public static final java.lang.String STATUS_EXPIRED
- See Also:
- Constant Field Values
STATUS_FUTURE
public static final java.lang.String STATUS_FUTURE
- See Also:
- Constant Field Values
MembershipBO
public MembershipBO(MembershipEntity entity)
- Constructor with persistence entity.
- Parameters:
entity
-
getEntity
public MembershipEntity getEntity()
- Get the persistence entity.
- Returns:
- The persistence entity for this Business Object.
setEntity
public void setEntity(MembershipEntity entity)
- Set the persistence entity.
- Parameters:
entity
- The new persistence entity for this Business Object.
getStatus
public java.lang.String getStatus()
Copyright © 2007-2008 The International Moth Class Association (IMCA).. All Rights Reserved.