com.mizar.addressing.census
Class Uf1P1
java.lang.Object
com.mizar.persistence.jpa.beans.GenericBean
com.mizar.addressing.census.Uf1P1
- All Implemented Interfaces:
- JPAInterface, java.io.Serializable, java.lang.Comparable
@Entity
public class Uf1P1
- extends GenericBean
- See Also:
- Serialized Form
Method Summary |
java.lang.String |
getChariter()
|
java.lang.String |
getCifsn()
|
java.lang.Long |
getP001()
|
Uf1PK |
getPk()
|
java.lang.Object |
getPrimaryKeyValue()
NOTE: If an implementing bean expects to be extended
by a RowInterface
in a often-used Table, you should override this method in order to avoid
the overheads associated with the reflective code in
JPAUtils.getPrimaryKeyValue(this) |
void |
setChariter(java.lang.String chariter)
|
void |
setCifsn(java.lang.String cifsn)
|
void |
setP001(java.lang.Long p001)
|
void |
setPk(Uf1PK pk)
|
Methods inherited from class com.mizar.persistence.jpa.beans.GenericBean |
compareTo, equals, getDELETE, getEDIT, getEntityState, getEntityStateLabel, getLogger, getNEW, getREAD, hashCode, isEditable, isNew, setEditable, setEntityState, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Uf1P1
public Uf1P1()
Uf1P1
public Uf1P1(Uf1PK pk)
Uf1P1
public Uf1P1(Uf1PK pk,
java.lang.String chariter,
java.lang.String cifsn)
getPrimaryKeyValue
public java.lang.Object getPrimaryKeyValue()
- Description copied from class:
GenericBean
NOTE: If an implementing bean expects to be extended
by a RowInterface
in a often-used Table, you should override this method in order to avoid
the overheads associated with the reflective code in
JPAUtils.getPrimaryKeyValue(this)
public Object getPrimaryKeyValue(){
return getProperty();
}
In the absence of an overriding method, this method provides a generic method to
get the value of the primary key.
This is especially useful for calls to em.find(object) from within abstract classes
- Overrides:
getPrimaryKeyValue
in class GenericBean
- Returns:
JPAUtils#getPrimaryKeyValue(this)
- See Also:
RowInterface.getPrimaryKeyValue()
setPk
public void setPk(Uf1PK pk)
getPk
public Uf1PK getPk()
setChariter
public void setChariter(java.lang.String chariter)
getChariter
public java.lang.String getChariter()
setCifsn
public void setCifsn(java.lang.String cifsn)
getCifsn
public java.lang.String getCifsn()
setP001
public void setP001(java.lang.Long p001)
getP001
public java.lang.Long getP001()