@Entity public class TransferStatus extends ConfigurationEntity
NULL_PART| Constructor and Description |
|---|
TransferStatus() |
| Modifier and Type | Method and Description |
|---|---|
DataTranslationType |
getDataTranslationType()
If this entity allows data translation, should return the translation type
|
TransferStatusFlow |
getFlow() |
Network |
getNetwork()
Returns the network this entity belongs to
|
java.util.Set<TransferStatus> |
getPossibleNext() |
void |
setFlow(TransferStatusFlow flow) |
void |
setPossibleNext(java.util.Set<TransferStatus> possibleNext) |
getDescription, getInternalName, setDescription, setInternalName, toStringcompareTo, getName, getNames, setNamegetLogType, getVersionisGlobalclone, equals, getId, getId, getIds, getUniqueIds, getUniqueIds, hashCode, isPersistent, isTransientpublic DataTranslationType getDataTranslationType()
BaseEntitygetDataTranslationType in class BaseEntitypublic TransferStatusFlow getFlow()
public Network getNetwork()
NetworkedEntitygetNetwork in class NetworkedEntitypublic java.util.Set<TransferStatus> getPossibleNext()
public void setFlow(TransferStatusFlow flow)
public void setPossibleNext(java.util.Set<TransferStatus> possibleNext)