Class GotObj

java.lang.Object
fr.gouv.vitam.common.model.unit.GotObj

public class GotObj extends 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 Details

    • GotObj

      public GotObj(String gotId, boolean isVisited)
  • Method Details

    • getGotId

      public String getGotId()
    • setGotId

      public void setGotId(String gotId)
    • isVisited

      public boolean isVisited()
    • setVisited

      public void setVisited(boolean visited)