Package cdm.event.position
Class InventoryRecord.InventoryRecordBuilderImpl
java.lang.Object
cdm.event.position.InventoryRecord.InventoryRecordBuilderImpl
- All Implemented Interfaces:
InventoryRecord,InventoryRecord.InventoryRecordBuilder,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- Direct Known Subclasses:
AvailableInventoryRecord.AvailableInventoryRecordBuilderImpl
- Enclosing interface:
InventoryRecord
public static class InventoryRecord.InventoryRecordBuilderImpl
extends Object
implements InventoryRecord.InventoryRecordBuilder
Builder Implementation of InventoryRecord
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.event.position.InventoryRecord
InventoryRecord.InventoryRecordBuilder, InventoryRecord.InventoryRecordBuilderImpl, InventoryRecord.InventoryRecordImpl -
Field Summary
FieldsFields inherited from interface cdm.event.position.InventoryRecord
metaData -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build MethodsbooleanUnique identifier for this record.The security details.booleanhasData()inthashCode()merge(com.rosetta.model.lib.RosettaModelObjectBuilder other, com.rosetta.model.lib.process.BuilderMerger merger) prune()setIdentifer(AssignedIdentifier _identifer) setSecurity(Security _security) toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cdm.event.position.InventoryRecord
getType, metaData, processMethods inherited from interface cdm.event.position.InventoryRecord.InventoryRecordBuilder
processMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosettaMethods inherited from interface com.rosetta.model.lib.RosettaModelObjectBuilder
getIndex, processRosetta, processRosetta
-
Field Details
-
identifer
-
security
-
-
Constructor Details
-
InventoryRecordBuilderImpl
public InventoryRecordBuilderImpl()
-
-
Method Details
-
getIdentifer
@RosettaAttribute(value="identifer", isRequired=true) @RuneAttribute(value="identifer", isRequired=true) public AssignedIdentifier.AssignedIdentifierBuilder getIdentifer()Description copied from interface:InventoryRecordUnique identifier for this record. This can be used to uniquely identify a specific piece of inventory.- Specified by:
getIdentiferin interfaceInventoryRecord- Specified by:
getIdentiferin interfaceInventoryRecord.InventoryRecordBuilder
-
getOrCreateIdentifer
- Specified by:
getOrCreateIdentiferin interfaceInventoryRecord.InventoryRecordBuilder
-
getSecurity
@RosettaAttribute(value="security", isRequired=true) @RuneAttribute(value="security", isRequired=true) public Security.SecurityBuilder getSecurity()Description copied from interface:InventoryRecordThe security details.- Specified by:
getSecurityin interfaceInventoryRecord- Specified by:
getSecurityin interfaceInventoryRecord.InventoryRecordBuilder
-
getOrCreateSecurity
- Specified by:
getOrCreateSecurityin interfaceInventoryRecord.InventoryRecordBuilder
-
setIdentifer
@RosettaAttribute(value="identifer", isRequired=true) @RuneAttribute(value="identifer", isRequired=true) public InventoryRecord.InventoryRecordBuilder setIdentifer(AssignedIdentifier _identifer) - Specified by:
setIdentiferin interfaceInventoryRecord.InventoryRecordBuilder
-
setSecurity
@RosettaAttribute(value="security", isRequired=true) @RuneAttribute(value="security", isRequired=true) public InventoryRecord.InventoryRecordBuilder setSecurity(Security _security) - Specified by:
setSecurityin interfaceInventoryRecord.InventoryRecordBuilder
-
build
Description copied from interface:InventoryRecordBuild Methods- Specified by:
buildin interfaceInventoryRecord- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfaceInventoryRecord- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
prune
- Specified by:
prunein interfaceInventoryRecord.InventoryRecordBuilder- Specified by:
prunein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
hasData
public boolean hasData()- Specified by:
hasDatain interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
merge
public InventoryRecord.InventoryRecordBuilder merge(com.rosetta.model.lib.RosettaModelObjectBuilder other, com.rosetta.model.lib.process.BuilderMerger merger) - Specified by:
mergein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
equals
-
hashCode
public int hashCode() -
toString
-