|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--notificaciones.cliente.estructuras.Adjunto
Representa a un adjunto de una notificación
Field Summary | |
protected byte[] |
adjunto
|
protected byte[] |
hash
|
protected java.lang.String |
nombre
|
Constructor Summary | |
Adjunto(byte[] adjunto,
java.lang.String nombre)
Construye un adjunto. |
Method Summary | |
byte[] |
getAdjunto()
Devuelve el adjunto como array de bytes Nuevo en la versión 1.5 |
java.lang.String |
getAdjuntoB64()
Devuelve el adjunto contenido en formato BASE64 |
java.lang.String |
getHash()
Devuelve el resumén del adjunto |
java.lang.String |
getNombre()
Devuelve el nombre del adjunto |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected byte[] hash
protected byte[] adjunto
protected java.lang.String nombre
Constructor Detail |
public Adjunto(byte[] adjunto, java.lang.String nombre)
adjunto
- Array binario que representa el Adjuntonombre
- Nombre del adjunto con su extensión. ( Ej. fichero.txt )Method Detail |
public byte[] getAdjunto()
public java.lang.String getAdjuntoB64()
public java.lang.String getNombre()
public java.lang.String getHash()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |