Class BoRef


  • public class BoRef
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String boId  
      java.lang.String boiId  
    • Constructor Summary

      Constructors 
      Constructor Description
      BoRef()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static BoRef of​(java.lang.String boId, java.lang.String boiId)  
      • Methods inherited from class java.lang.Object

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

      • boId

        public java.lang.String boId
      • boiId

        public java.lang.String boiId
    • Constructor Detail

      • BoRef

        public BoRef()
    • Method Detail

      • of

        public static BoRef of​(java.lang.String boId,
                               java.lang.String boiId)