public class NewContractBean extends Object implements Serializable
| Constructor and Description |
|---|
NewContractBean()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getPlanId() |
String |
getServiceId() |
String |
getServiceOrgId() |
String |
getServiceVersion() |
int |
hashCode() |
void |
setPlanId(String planId) |
void |
setServiceId(String serviceId) |
void |
setServiceOrgId(String serviceOrgId) |
void |
setServiceVersion(String serviceVersion) |
String |
toString() |
public String getServiceOrgId()
public void setServiceOrgId(String serviceOrgId)
serviceOrgId - the serviceOrgId to setpublic String getServiceId()
public void setServiceId(String serviceId)
serviceId - the serviceId to setpublic String getServiceVersion()
public void setServiceVersion(String serviceVersion)
serviceVersion - the serviceVersion to setpublic String getPlanId()
public void setPlanId(String planId)
planId - the planId to setpublic int hashCode()
hashCode in class ObjectObject.hashCode()public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.