Class 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GotObj

        public GotObj​(java.lang.String gotId,
                      boolean isVisited)
    • Method Detail

      • getGotId

        public java.lang.String getGotId()
      • setGotId

        public void setGotId​(java.lang.String gotId)
      • isVisited

        public boolean isVisited()
      • setVisited

        public void setVisited​(boolean visited)