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 null
NullPointerException
- if the argument is null
public 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.