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 gotGuid, boolean isVisited)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getGotGuid()  
      boolean isVisited()  
      void setGotGuid​(java.lang.String gotGuid)  
      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 gotGuid,
                      boolean isVisited)
    • Method Detail

      • getGotGuid

        public java.lang.String getGotGuid()
      • setGotGuid

        public void setGotGuid​(java.lang.String gotGuid)
      • isVisited

        public boolean isVisited()
      • setVisited

        public void setVisited​(boolean visited)