Class BoiRef


  • public class BoiRef
    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
      BoiRef()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      int hashCode()  
      static BoiRef of​(java.lang.String boId, java.lang.String boiId)  
      • Methods inherited from class java.lang.Object

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

      • boId

        public java.lang.String boId
      • boiId

        public java.lang.String boiId
    • Constructor Detail

      • BoiRef

        public BoiRef()
    • Method Detail

      • of

        public static BoiRef of​(java.lang.String boId,
                                java.lang.String boiId)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object