@Entity public class TransferStatus extends ConfigurationEntity
| 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() |
java.util.Set<TransferStatus> |
getPossibleNext() |
void |
setFlow(TransferStatusFlow flow) |
void |
setPossibleNext(java.util.Set<TransferStatus> possibleNext) |
getDescription, getInternalName, setDescription, setInternalName, toStringcompareTo, getName, getNames, setNamegetLogType, getVersion, isGlobal, isPersistent, isTransientclone, equals, getEntityImportance, getId, getId, getIds, getUniqueIds, getUniqueIds, hashCodepublic DataTranslationType getDataTranslationType()
BaseEntitygetDataTranslationType in class BaseEntitypublic TransferStatusFlow getFlow()
public Network getNetwork()
getNetwork in class BaseEntitypublic java.util.Set<TransferStatus> getPossibleNext()
public void setFlow(TransferStatusFlow flow)
public void setPossibleNext(java.util.Set<TransferStatus> possibleNext)