net.sourceforge.fixagora.basis.shared.model.persistence
Class Trader

java.lang.Object
  extended by net.sourceforge.fixagora.basis.shared.model.persistence.AbstractBusinessObject
      extended by net.sourceforge.fixagora.basis.shared.model.persistence.Trader
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<java.lang.Object>, PersistenceInterface

@Entity
public class Trader
extends AbstractBusinessObject

The Class Trader.

See Also:
Serialized Form

Constructor Summary
Trader()
           
 
Method Summary
 java.lang.String getAcademicTitle()
          Gets the academic title.
 java.lang.String getAdditionalTreeText()
          Gets the additional tree text.
 java.awt.Color getAdditionalTreeTextColor()
          Gets the additional tree text color.
 java.lang.String getBuilding()
          Gets the building.
 java.lang.String getBusinessObjectName()
          Gets the business object name.
 java.lang.String getDepartment()
          Gets the department.
 java.lang.String getEmail()
          Gets the email.
 java.lang.String getFax()
          Gets the fax.
 java.lang.String getFfunction()
          Gets the ffunction.
 java.lang.String getFirstName()
          Gets the first name.
 java.lang.String getfLanguage()
          Gets the f language.
 java.lang.String getFloor()
          Gets the floor.
 java.lang.String getFtitle()
          Gets the ftitle.
 java.lang.String getIcon()
          Gets the icon.
 java.lang.String getLargeIcon()
          Gets the large icon.
 java.lang.String getLastName()
          Gets the last name.
 java.lang.String getMobilePhone()
          Gets the mobile phone.
 java.lang.String getRoomNumber()
          Gets the room number.
 java.lang.String getTelephone()
          Gets the telephone.
 java.util.List<TraderPartyID> getTraderPartyIDs()
          Gets the trader party i ds.
 void makeEager()
          Make eager.
 void setAcademicTitle(java.lang.String academicTitle)
          Sets the academic title.
 void setBuilding(java.lang.String building)
          Sets the building.
 void setDepartment(java.lang.String department)
          Sets the department.
 void setEmail(java.lang.String email)
          Sets the email.
 void setFax(java.lang.String fax)
          Sets the fax.
 void setFfunction(java.lang.String ffunction)
          Sets the ffunction.
 void setFirstName(java.lang.String firstName)
          Sets the first name.
 void setfLanguage(java.lang.String fLanguage)
          Sets the f language.
 void setFloor(java.lang.String floor)
          Sets the floor.
 void setFtitle(java.lang.String ftitle)
          Sets the ftitle.
 void setLastName(java.lang.String lastName)
          Sets the last name.
 void setMobilePhone(java.lang.String mobilePhone)
          Sets the mobile phone.
 void setRoomNumber(java.lang.String roomNumber)
          Sets the room number.
 void setTelephone(java.lang.String telephone)
          Sets the telephone.
 void setTraderPartyIDs(java.util.List<TraderPartyID> traderPartyIDs)
          Sets the trader party i ds.
 
Methods inherited from class net.sourceforge.fixagora.basis.shared.model.persistence.AbstractBusinessObject
compareTo, equals, getExecuteRoles, getId, getModificationDate, getModificationUser, getName, getParent, getPosition, getReadRoles, getWriteRoles, hashCode, isAffectedBy, isEditable, isMovable, setExecuteRoles, setId, setModificationDate, setModificationUser, setName, setParent, setReadRoles, setTransientValues, setWriteRoles, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Trader

public Trader()
Method Detail

getTraderPartyIDs

public java.util.List<TraderPartyID> getTraderPartyIDs()
Gets the trader party i ds.

Returns:
the trader party i ds

setTraderPartyIDs

public void setTraderPartyIDs(java.util.List<TraderPartyID> traderPartyIDs)
Sets the trader party i ds.

Parameters:
traderPartyIDs - the new trader party i ds

getFtitle

public java.lang.String getFtitle()
Gets the ftitle.

Returns:
the ftitle

setFtitle

public void setFtitle(java.lang.String ftitle)
Sets the ftitle.

Parameters:
ftitle - the new ftitle

getAcademicTitle

public java.lang.String getAcademicTitle()
Gets the academic title.

Returns:
the academic title

setAcademicTitle

public void setAcademicTitle(java.lang.String academicTitle)
Sets the academic title.

Parameters:
academicTitle - the new academic title

getFfunction

public java.lang.String getFfunction()
Gets the ffunction.

Returns:
the ffunction

setFfunction

public void setFfunction(java.lang.String ffunction)
Sets the ffunction.

Parameters:
ffunction - the new ffunction

getDepartment

public java.lang.String getDepartment()
Gets the department.

Returns:
the department

setDepartment

public void setDepartment(java.lang.String department)
Sets the department.

Parameters:
department - the new department

getRoomNumber

public java.lang.String getRoomNumber()
Gets the room number.

Returns:
the room number

setRoomNumber

public void setRoomNumber(java.lang.String roomNumber)
Sets the room number.

Parameters:
roomNumber - the new room number

getFloor

public java.lang.String getFloor()
Gets the floor.

Returns:
the floor

setFloor

public void setFloor(java.lang.String floor)
Sets the floor.

Parameters:
floor - the new floor

getBuilding

public java.lang.String getBuilding()
Gets the building.

Returns:
the building

setBuilding

public void setBuilding(java.lang.String building)
Sets the building.

Parameters:
building - the new building

getfLanguage

public java.lang.String getfLanguage()
Gets the f language.

Returns:
the f language

setfLanguage

public void setfLanguage(java.lang.String fLanguage)
Sets the f language.

Parameters:
fLanguage - the new f language

getTelephone

public java.lang.String getTelephone()
Gets the telephone.

Returns:
the telephone

setTelephone

public void setTelephone(java.lang.String telephone)
Sets the telephone.

Parameters:
telephone - the new telephone

getMobilePhone

public java.lang.String getMobilePhone()
Gets the mobile phone.

Returns:
the mobile phone

setMobilePhone

public void setMobilePhone(java.lang.String mobilePhone)
Sets the mobile phone.

Parameters:
mobilePhone - the new mobile phone

getFax

public java.lang.String getFax()
Gets the fax.

Returns:
the fax

setFax

public void setFax(java.lang.String fax)
Sets the fax.

Parameters:
fax - the new fax

getEmail

public java.lang.String getEmail()
Gets the email.

Returns:
the email

setEmail

public void setEmail(java.lang.String email)
Sets the email.

Parameters:
email - the new email

getFirstName

public java.lang.String getFirstName()
Gets the first name.

Returns:
the first name

setFirstName

public void setFirstName(java.lang.String firstName)
Sets the first name.

Parameters:
firstName - the new first name

getLastName

public java.lang.String getLastName()
Gets the last name.

Returns:
the last name

setLastName

public void setLastName(java.lang.String lastName)
Sets the last name.

Parameters:
lastName - the new last name

getIcon

public java.lang.String getIcon()
Description copied from class: AbstractBusinessObject
Gets the icon.

Overrides:
getIcon in class AbstractBusinessObject
Returns:
the icon

getLargeIcon

public java.lang.String getLargeIcon()
Description copied from class: AbstractBusinessObject
Gets the large icon.

Overrides:
getLargeIcon in class AbstractBusinessObject
Returns:
the large icon

getAdditionalTreeTextColor

public java.awt.Color getAdditionalTreeTextColor()
Description copied from class: AbstractBusinessObject
Gets the additional tree text color.

Overrides:
getAdditionalTreeTextColor in class AbstractBusinessObject
Returns:
the additional tree text color

getAdditionalTreeText

public java.lang.String getAdditionalTreeText()
Description copied from class: AbstractBusinessObject
Gets the additional tree text.

Overrides:
getAdditionalTreeText in class AbstractBusinessObject
Returns:
the additional tree text

makeEager

public void makeEager()
Description copied from interface: PersistenceInterface
Make eager.

Specified by:
makeEager in interface PersistenceInterface
Overrides:
makeEager in class AbstractBusinessObject

getBusinessObjectName

public java.lang.String getBusinessObjectName()
Description copied from class: AbstractBusinessObject
Gets the business object name.

Specified by:
getBusinessObjectName in class AbstractBusinessObject
Returns:
the business object name