public class AppResourceEntityImpl extends AbstractAppEngineNoRevisionEntity implements AppResourceEntity, Serializable
Modifier and Type | Field and Description |
---|---|
protected byte[] |
bytes |
protected String |
deploymentId |
protected boolean |
generated |
protected String |
name |
id, isDeleted, isInserted, isUpdated, originalPersistentState
Constructor and Description |
---|
AppResourceEntityImpl() |
Modifier and Type | Method and Description |
---|---|
byte[] |
getBytes() |
String |
getDeploymentId() |
String |
getName() |
Object |
getPersistentState() |
boolean |
isGenerated() |
void |
setBytes(byte[] bytes) |
void |
setDeploymentId(String deploymentId) |
void |
setGenerated(boolean generated) |
void |
setName(String name) |
String |
toString() |
getIdPrefix
getId, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getId, getIdPrefix, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
protected String name
protected byte[] bytes
protected String deploymentId
protected boolean generated
public String getName()
getName
in interface EngineResource
public void setName(String name)
setName
in interface EngineResource
public byte[] getBytes()
getBytes
in interface EngineResource
public void setBytes(byte[] bytes)
setBytes
in interface EngineResource
public String getDeploymentId()
getDeploymentId
in interface EngineResource
public void setDeploymentId(String deploymentId)
setDeploymentId
in interface EngineResource
public Object getPersistentState()
getPersistentState
in interface Entity
public boolean isGenerated()
isGenerated
in interface EngineResource
public void setGenerated(boolean generated)
setGenerated
in interface AppResourceEntity