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

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

@Entity
public class FUserPartyID
extends java.lang.Object
implements java.io.Serializable, java.lang.Comparable<FUserPartyID>

The Class FUserPartyID.

See Also:
Serialized Form

Constructor Summary
FUserPartyID()
           
 
Method Summary
 int compareTo(FUserPartyID userPartyID)
           
 boolean equals(java.lang.Object obj)
           
 AbstractBusinessComponent getAbstractBusinessComponent()
          Gets the abstract business component.
 FUser getFuser()
          Gets the fuser.
 long getId()
          Gets the id.
 java.lang.String getPartyID()
          Gets the party id.
 java.lang.String getPartyIDSource()
          Gets the party id source.
 java.lang.Integer getPartyRole()
          Gets the party role.
 int hashCode()
           
 void makeEager()
          Make eager.
 void setAbstractBusinessComponent(AbstractBusinessComponent abstractBusinessComponent)
          Sets the abstract business component.
 void setFuser(FUser fuser)
          Sets the fuser.
 void setId(long id)
          Sets the id.
 void setPartyID(java.lang.String partyID)
          Sets the party id.
 void setPartyIDSource(java.lang.String partyIDSource)
          Sets the party id source.
 void setPartyRole(java.lang.Integer partyRole)
          Sets the party role.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FUserPartyID

public FUserPartyID()
Method Detail

getPartyID

public java.lang.String getPartyID()
Gets the party id.

Returns:
the party id

setPartyID

public void setPartyID(java.lang.String partyID)
Sets the party id.

Parameters:
partyID - the new party id

getPartyIDSource

public java.lang.String getPartyIDSource()
Gets the party id source.

Returns:
the party id source

setPartyIDSource

public void setPartyIDSource(java.lang.String partyIDSource)
Sets the party id source.

Parameters:
partyIDSource - the new party id source

getId

public long getId()
Gets the id.

Returns:
the id

getFuser

public FUser getFuser()
Gets the fuser.

Returns:
the fuser

setFuser

public void setFuser(FUser fuser)
Sets the fuser.

Parameters:
fuser - the new fuser

setId

public void setId(long id)
Sets the id.

Parameters:
id - the new id

getPartyRole

public java.lang.Integer getPartyRole()
Gets the party role.

Returns:
the party role

setPartyRole

public void setPartyRole(java.lang.Integer partyRole)
Sets the party role.

Parameters:
partyRole - the new party role

getAbstractBusinessComponent

public AbstractBusinessComponent getAbstractBusinessComponent()
Gets the abstract business component.

Returns:
the abstract business component

setAbstractBusinessComponent

public void setAbstractBusinessComponent(AbstractBusinessComponent abstractBusinessComponent)
Sets the abstract business component.

Parameters:
abstractBusinessComponent - the new abstract business component

makeEager

public void makeEager()
Make eager.


compareTo

public int compareTo(FUserPartyID userPartyID)
Specified by:
compareTo in interface java.lang.Comparable<FUserPartyID>

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object