@Entity(name="DERRAME") public class DERRAME extends Object implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Clase Java para anonymous complex type.
El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>boolean">
<attribute name="CANTIDAD" type="{http://www.w3.org/2001/XMLSchema}byte" />
<attribute name="UNIDAD" type="{http://www.w3.org/2001/XMLSchema}byte" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Byte |
cantidad |
protected Long |
hjid |
protected Byte |
unidad |
protected Boolean |
value |
| Constructor and Description |
|---|
DERRAME() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
Byte |
getCANTIDAD()
Obtiene el valor de la propiedad cantidad.
|
Long |
getHjid()
Obtiene el valor de la propiedad hjid.
|
Byte |
getUNIDAD()
Obtiene el valor de la propiedad unidad.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
Boolean |
isValue()
Obtiene el valor de la propiedad value.
|
void |
setCANTIDAD(Byte value)
Define el valor de la propiedad cantidad.
|
void |
setHjid(Long value)
Define el valor de la propiedad hjid.
|
void |
setUNIDAD(Byte value)
Define el valor de la propiedad unidad.
|
void |
setValue(Boolean value)
Define el valor de la propiedad value.
|
protected Boolean value
protected Byte cantidad
protected Byte unidad
protected Long hjid
public Boolean isValue()
Stringpublic void setValue(Boolean value)
value - allowed object is
Stringpublic Byte getCANTIDAD()
Bytepublic void setCANTIDAD(Byte value)
value - allowed object is
Bytepublic Byte getUNIDAD()
Bytepublic void setUNIDAD(Byte value)
value - allowed object is
Bytepublic Long getHjid()
Longpublic void setHjid(Long value)
value - allowed object is
Longpublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodeCopyright © 2018. All rights reserved.