Package fr.gouv.vitam.common.model.unit
Class GotObj
- java.lang.Object
-
- fr.gouv.vitam.common.model.unit.GotObj
-
public class GotObj extends java.lang.Object
This object content the new technical object group guid and the an boolean. It is created when the BDO not contains an GO with isVisited=false. When the list of AU is browsed, if an AU referenced and the BDO not contains an GO, the boolean of this object change to true
-
-
Constructor Summary
Constructors Constructor Description GotObj(java.lang.String gotId, boolean isVisited)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getGotId()
boolean
isVisited()
void
setGotId(java.lang.String gotId)
void
setVisited(boolean visited)
-