com.mizar.uscensus.maftiger
Class FacesalPK
java.lang.Object
com.mizar.uscensus.maftiger.FacesalPK
- All Implemented Interfaces:
- java.io.Serializable
@Embeddable
public class FacesalPK
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
FacesalPK
public FacesalPK()
FacesalPK
public FacesalPK(java.lang.String areaid,
java.lang.Long tfid)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
equals
public boolean equals(java.lang.Object other)
- Compares two FacesalPK objects.
- Overrides:
equals
in class java.lang.Object
- Parameters:
other
- Object to compare.
- Returns:
- True with both areaid and tfid are the same, false otherwise. Will also return false if other is not instance of FacesalPK.
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
setAreaid
public void setAreaid(java.lang.String areaid)
getAreaid
public java.lang.String getAreaid()
setTfid
public void setTfid(java.lang.Long tfid)
getTfid
public java.lang.Long getTfid()