@Entity public class Screenshot extends DomainObject
| Constructor and Description |
|---|
Screenshot() |
Screenshot(byte[] image) |
Screenshot(Long id) |
| Modifier and Type | Method and Description |
|---|---|
CompoundServiceProvider |
getCompoundServiceProvider() |
String |
getFileUrl() |
byte[] |
getImage() |
void |
setCompoundServiceProvider(CompoundServiceProvider compoundServiceProvider) |
void |
setImage(byte[] image) |
public static final String FILE_URL
public Screenshot()
public Screenshot(Long id)
public Screenshot(byte[] image)
public byte[] getImage()
public String getFileUrl()
public void setImage(byte[] image)
public CompoundServiceProvider getCompoundServiceProvider()
public void setCompoundServiceProvider(CompoundServiceProvider compoundServiceProvider)
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.