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