public class ImageVO extends Object implements Serializable
| Constructor and Description |
|---|
ImageVO() |
ImageVO(Date lastModificationDate,
byte[] image) |
ImageVO(ImageVO otherBean)
Copies constructor from other ImageVO
|
| Modifier and Type | Method and Description |
|---|---|
void |
copy(ImageVO otherBean)
Copies all properties from the argument value object into this value object.
|
byte[] |
getImage() |
Date |
getLastModificationDate() |
void |
setImage(byte[] image) |
void |
setLastModificationDate(Date lastModificationDate) |
public ImageVO()
public ImageVO(Date lastModificationDate, byte[] image)
public ImageVO(ImageVO otherBean)
otherBean - , cannot be nullNullPointerException - if the argument is nullpublic void copy(ImageVO otherBean)
public byte[] getImage()
public Date getLastModificationDate()
public void setImage(byte[] image)
public void setLastModificationDate(Date lastModificationDate)
Copyright © 2019 Communote team. All rights reserved.