@Entity public class MotivoOrden extends java.lang.Object implements java.io.Serializable, IEntity
| Constructor and Description |
|---|
MotivoOrden() |
MotivoOrden(java.lang.Integer idMotivo) |
MotivoOrden(java.lang.Integer idMotivo,
java.lang.String motivo) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
java.lang.Integer |
getIdMotivo() |
java.lang.String |
getMotivo() |
java.util.Collection<Orden> |
getOrdenCollection() |
java.lang.String |
getPK() |
int |
hashCode() |
void |
setIdMotivo(java.lang.Integer idMotivo) |
void |
setMotivo(java.lang.String motivo) |
void |
setOrdenCollection(java.util.Collection<Orden> ordenCollection) |
java.lang.String |
toString() |
public MotivoOrden()
public MotivoOrden(java.lang.Integer idMotivo)
public MotivoOrden(java.lang.Integer idMotivo,
java.lang.String motivo)
public java.lang.Integer getIdMotivo()
public void setIdMotivo(java.lang.Integer idMotivo)
public java.lang.String getMotivo()
public void setMotivo(java.lang.String motivo)
public java.util.Collection<Orden> getOrdenCollection()
public void setOrdenCollection(java.util.Collection<Orden> ordenCollection)
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object