Package net.worcade.client.get
Interface WorkOrder
-
- All Superinterfaces:
Entity,Reference,ReferenceWithName
- All Known Implementing Classes:
IncomingDto
public interface WorkOrder extends Entity, ReferenceWithName
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceWorkOrder.Row
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()Collection<? extends WorkOrder.Row>getRows()booleanisApproved()booleanisRejected()WorkOrderModificationmodify()-
Methods inherited from interface net.worcade.client.get.Entity
created, createdBy, getOptionalFields, getOwners, getRemoteIds, modifier
-
Methods inherited from interface net.worcade.client.get.Reference
getId, getModified, getType, getVersion, isDeleted
-
-
-
-
Method Detail
-
modify
WorkOrderModification modify()
-
getName
String getName()
- Specified by:
getNamein interfaceReferenceWithName
-
getRows
Collection<? extends WorkOrder.Row> getRows()
-
isApproved
boolean isApproved()
-
isRejected
boolean isRejected()
-
-