Class BoRefCode


  • public class BoRefCode
    extends java.lang.Object
    Самодостаточная ссылка на бизнес-объект с использованием кодов
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String boCode
      Код бизнес-объекта
    • Constructor Summary

      Constructors 
      Constructor Description
      BoRefCode()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static BoRefCode of​(java.lang.String boCode)  
      • Methods inherited from class java.lang.Object

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

      • boCode

        public final java.lang.String boCode
        Код бизнес-объекта
    • Constructor Detail

      • BoRefCode

        public BoRefCode()
    • Method Detail

      • of

        public static BoRefCode of​(java.lang.String boCode)