Package net.worcade.client.get
Interface Asset
-
- All Superinterfaces:
Entity,Reference,ReferenceWithName
- All Known Implementing Classes:
IncomingDto
public interface Asset extends Entity, ReferenceWithName
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAssetMake()StringgetAssetModel()StringgetAssetType()Collection<? extends ReferenceWithName>getLabels()ReferenceWithNamegetLocation()StringgetNotes()ReferenceWithNamegetPicture()StringgetSerial()Collection<? extends ReferenceWithName>getSharedWith()StringgetSpecification()AssetModificationmodify()-
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
-
Methods inherited from interface net.worcade.client.get.ReferenceWithName
getName
-
-
-
-
Method Detail
-
modify
AssetModification modify()
-
getAssetType
String getAssetType()
-
getAssetMake
String getAssetMake()
-
getAssetModel
String getAssetModel()
-
getSerial
String getSerial()
-
getNotes
String getNotes()
-
getSpecification
String getSpecification()
-
getLocation
ReferenceWithName getLocation()
-
getPicture
ReferenceWithName getPicture()
-
getLabels
Collection<? extends ReferenceWithName> getLabels()
-
getSharedWith
Collection<? extends ReferenceWithName> getSharedWith()
-
-