@Entity public class TempFile extends RawFile implements DefinesNetwork
| Constructor and Description |
|---|
TempFile() |
| Modifier and Type | Method and Description |
|---|---|
User |
getByUser() |
java.lang.String |
getGuestKey() |
RawFileNature |
getNature() |
Network |
getNetwork()
Returns the network this entity belongs to
|
void |
setByUser(User byUser) |
void |
setGuestKey(java.lang.String guestKey) |
void |
setNetwork(Network network) |
getContentType, getLastModified, getLastModifiedInMillis, getLength, getMetadata, setContentType, setLastModified, setLength, setMetadatacompareTo, getName, getNames, setName, toStringgetDataTranslationType, getLogType, getVersionisGlobalclone, equals, getId, getId, getIds, getUniqueIds, getUniqueIds, hashCode, isPersistent, isTransientpublic User getByUser()
public java.lang.String getGuestKey()
public RawFileNature getNature()
public Network getNetwork()
NetworkedEntitygetNetwork in class NetworkedEntitypublic void setByUser(User byUser)
public void setGuestKey(java.lang.String guestKey)
public void setNetwork(Network network)
setNetwork in interface DefinesNetwork