@Entity public class Brokering extends BaseEntity
| Constructor and Description |
|---|
Brokering() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Date |
getBeginDate() |
User |
getBroker() |
java.util.Date |
getEndDate() |
Network |
getNetwork()
Returns the network this entity belongs to
|
User |
getUser() |
boolean |
isMain() |
void |
setBeginDate(java.util.Date beginDate) |
void |
setBroker(User broker) |
void |
setEndDate(java.util.Date endDate) |
void |
setMain(boolean main) |
void |
setUser(User user) |
getDataTranslationType, getLogType, getVersionisGlobalclone, equals, getId, getId, getIds, getUniqueIds, getUniqueIds, hashCode, isPersistent, isTransient, toStringpublic java.util.Date getBeginDate()
public User getBroker()
public java.util.Date getEndDate()
public Network getNetwork()
NetworkedEntitygetNetwork in class NetworkedEntitypublic User getUser()
public boolean isMain()
public void setBeginDate(java.util.Date beginDate)
public void setBroker(User broker)
public void setEndDate(java.util.Date endDate)
public void setMain(boolean main)
public void setUser(User user)