|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.fixagora.basis.shared.model.persistence.AbstractBusinessObject
net.sourceforge.fixagora.basis.shared.model.persistence.Counterparty
@Entity public class Counterparty
The Class Counterparty.
Constructor Summary | |
---|---|
Counterparty()
|
Method Summary | |
---|---|
java.lang.String |
getBusinessObjectName()
Gets the business object name. |
java.lang.Class<? extends AbstractBusinessObject> |
getChildClass()
Gets the child class. |
java.lang.String |
getCity()
Gets the city. |
java.lang.String |
getCompanyPostalCode()
Gets the company postal code. |
java.util.List<CounterPartyPartyID> |
getCounterPartyPartyIDs()
Gets the counter party party i ds. |
java.lang.String |
getCountry()
Gets the country. |
java.lang.String |
getDescription()
Gets the description. |
java.lang.String |
getEmail()
Gets the email. |
java.lang.String |
getFax()
Gets the fax. |
java.lang.String |
getfLanguage()
Gets the f language. |
java.lang.String |
getFtimezone()
Gets the ftimezone. |
java.lang.String |
getHouse()
Gets the house. |
java.lang.String |
getIcon()
Gets the icon. |
java.lang.String |
getLargeIcon()
Gets the large icon. |
java.lang.String |
getMobilePhone()
Gets the mobile phone. |
java.lang.String |
getPoBox()
Gets the po box. |
java.lang.String |
getPoPostalCode()
Gets the po postal code. |
java.lang.String |
getPostalCode()
Gets the postal code. |
java.lang.String |
getStreet()
Gets the street. |
java.lang.String |
getTelephone()
Gets the telephone. |
boolean |
isMovable()
Checks if is movable. |
boolean |
isSubfolderAllowed()
Checks if is subfolder allowed. |
void |
makeEager()
Make eager. |
void |
setCity(java.lang.String city)
Sets the city. |
void |
setCompanyPostalCode(java.lang.String companyPostalCode)
Sets the company postal code. |
void |
setCounterPartyPartyIDs(java.util.List<CounterPartyPartyID> counterPartyPartyIDs)
Sets the counter party party i ds. |
void |
setCountry(java.lang.String country)
Sets the country. |
void |
setDescription(java.lang.String text)
Sets the description. |
void |
setEmail(java.lang.String email)
Sets the email. |
void |
setFax(java.lang.String fax)
Sets the fax. |
void |
setfLanguage(java.lang.String fLanguage)
Sets the f language. |
void |
setFtimezone(java.lang.String ftimezone)
Sets the ftimezone. |
void |
setHouse(java.lang.String house)
Sets the house. |
void |
setMobilePhone(java.lang.String mobilePhone)
Sets the mobile phone. |
void |
setPoBox(java.lang.String poBox)
Sets the po box. |
void |
setPoPostalCode(java.lang.String poPostalCode)
Sets the po postal code. |
void |
setPostalCode(java.lang.String postalCode)
Sets the postal code. |
void |
setStreet(java.lang.String street)
Sets the street. |
void |
setTelephone(java.lang.String telephone)
Sets the telephone. |
Methods inherited from class net.sourceforge.fixagora.basis.shared.model.persistence.AbstractBusinessObject |
---|
compareTo, equals, getAdditionalTreeText, getAdditionalTreeTextColor, getExecuteRoles, getId, getModificationDate, getModificationUser, getName, getParent, getPosition, getReadRoles, getWriteRoles, hashCode, isAffectedBy, isEditable, setExecuteRoles, setId, setModificationDate, setModificationUser, setName, setParent, setReadRoles, setTransientValues, setWriteRoles, toString |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface net.sourceforge.fixagora.basis.shared.model.persistence.BusinessObjectGroup |
---|
getName, setName |
Constructor Detail |
---|
public Counterparty()
Method Detail |
---|
public java.util.List<CounterPartyPartyID> getCounterPartyPartyIDs()
public void setCounterPartyPartyIDs(java.util.List<CounterPartyPartyID> counterPartyPartyIDs)
counterPartyPartyIDs
- the new counter party party i dspublic java.lang.String getStreet()
public void setStreet(java.lang.String street)
street
- the new streetpublic java.lang.String getHouse()
public void setHouse(java.lang.String house)
house
- the new housepublic java.lang.String getPostalCode()
public void setPostalCode(java.lang.String postalCode)
postalCode
- the new postal codepublic java.lang.String getCity()
public void setCity(java.lang.String city)
city
- the new citypublic java.lang.String getCountry()
public void setCountry(java.lang.String country)
country
- the new countrypublic java.lang.String getFtimezone()
public void setFtimezone(java.lang.String ftimezone)
ftimezone
- the new ftimezonepublic java.lang.String getPoBox()
public void setPoBox(java.lang.String poBox)
poBox
- the new po boxpublic java.lang.String getPoPostalCode()
public void setPoPostalCode(java.lang.String poPostalCode)
poPostalCode
- the new po postal codepublic java.lang.String getCompanyPostalCode()
public void setCompanyPostalCode(java.lang.String companyPostalCode)
companyPostalCode
- the new company postal codepublic java.lang.String getfLanguage()
public void setfLanguage(java.lang.String fLanguage)
fLanguage
- the new f languagepublic java.lang.String getTelephone()
public void setTelephone(java.lang.String telephone)
telephone
- the new telephonepublic java.lang.String getMobilePhone()
public void setMobilePhone(java.lang.String mobilePhone)
mobilePhone
- the new mobile phonepublic java.lang.String getFax()
public void setFax(java.lang.String fax)
fax
- the new faxpublic java.lang.String getEmail()
public void setEmail(java.lang.String email)
email
- the new emailpublic java.lang.String getBusinessObjectName()
AbstractBusinessObject
getBusinessObjectName
in class AbstractBusinessObject
public java.lang.String getIcon()
AbstractBusinessObject
getIcon
in class AbstractBusinessObject
public java.lang.String getLargeIcon()
AbstractBusinessObject
getLargeIcon
in class AbstractBusinessObject
public java.lang.Class<? extends AbstractBusinessObject> getChildClass()
BusinessObjectGroup
getChildClass
in interface BusinessObjectGroup
public boolean isMovable()
AbstractBusinessObject
isMovable
in class AbstractBusinessObject
public boolean isSubfolderAllowed()
BusinessObjectGroup
isSubfolderAllowed
in interface BusinessObjectGroup
public java.lang.String getDescription()
BusinessObjectGroup
getDescription
in interface BusinessObjectGroup
public void setDescription(java.lang.String text)
BusinessObjectGroup
setDescription
in interface BusinessObjectGroup
text
- the new descriptionpublic void makeEager()
PersistenceInterface
makeEager
in interface PersistenceInterface
makeEager
in class AbstractBusinessObject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |