@Entity public class ContractBean extends Object implements Serializable
| Constructor and Description |
|---|
ContractBean()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getApikey() |
ApplicationVersionBean |
getApplication() |
String |
getCreatedBy() |
Date |
getCreatedOn() |
Long |
getId() |
PlanVersionBean |
getPlan() |
ServiceVersionBean |
getService() |
void |
setApikey(String apikey) |
void |
setApplication(ApplicationVersionBean application) |
void |
setCreatedBy(String createdBy) |
void |
setCreatedOn(Date createdOn) |
void |
setId(Long id) |
void |
setPlan(PlanVersionBean plan) |
void |
setService(ServiceVersionBean service) |
String |
toString() |
public ApplicationVersionBean getApplication()
public void setApplication(ApplicationVersionBean application)
application - the application to setpublic ServiceVersionBean getService()
public void setService(ServiceVersionBean service)
service - the service to setpublic PlanVersionBean getPlan()
public void setPlan(PlanVersionBean plan)
plan - the plan to setpublic Long getId()
public void setId(Long id)
id - the id to setpublic String getCreatedBy()
public void setCreatedBy(String createdBy)
createdBy - the createdBy to setpublic Date getCreatedOn()
public void setCreatedOn(Date createdOn)
createdOn - the createdOn to setpublic String getApikey()
public void setApikey(String apikey)
apikey - the apikey to setCopyright © 2015 JBoss, a division of Red Hat. All rights reserved.