public class UnitGotModel extends Object
Constructor and Description |
---|
UnitGotModel(UnitModel unit)
Constructor
|
UnitGotModel(UnitModel unit,
ObjectGroupModel got)
Constructor
|
UnitGotModel(UnitModel unit,
ObjectGroupModel got,
Integer objectSize)
Constructor
|
Modifier and Type | Method and Description |
---|---|
ObjectGroupModel |
getGot() |
LogbookLifecycle |
getLogbookLifeCycleObjectGroup() |
LogbookLifecycle |
getLogbookLifecycleUnit() |
int |
getObjectSize() |
UnitModel |
getUnit() |
void |
setGot(ObjectGroupModel got) |
void |
setLogbookLifeCycleObjectGroup(LogbookLifecycle logbookLifeCycleObjectGroup) |
void |
setLogbookLifecycleUnit(LogbookLifecycle logbookLifecycleUnit) |
void |
setObjectSize(int objectSize) |
void |
setUnit(UnitModel unit) |
public UnitGotModel(UnitModel unit)
unit
- the unitpublic UnitGotModel(UnitModel unit, ObjectGroupModel got)
unit
- the unitgot
- the object grouppublic UnitGotModel(UnitModel unit, ObjectGroupModel got, Integer objectSize)
unit
- the unitgot
- the object groupobjectSize
- the object sizepublic UnitModel getUnit()
public void setUnit(UnitModel unit)
unit
- public ObjectGroupModel getGot()
public void setGot(ObjectGroupModel got)
got
- public int getObjectSize()
public void setObjectSize(int objectSize)
objectSize
- public LogbookLifecycle getLogbookLifecycleUnit()
public void setLogbookLifecycleUnit(LogbookLifecycle logbookLifecycleUnit)
logbookLifecycleUnit
- public LogbookLifecycle getLogbookLifeCycleObjectGroup()
public void setLogbookLifeCycleObjectGroup(LogbookLifecycle logbookLifeCycleObjectGroup)
logbookLifeCycleObjectGroup
- Copyright © 2018 Vitam. All rights reserved.