Class ServiceManager.Frame

  • Enclosing class:
    ServiceManager

    public static class ServiceManager.Frame
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Frame​(Account from, Account to, boolean readonly, java.lang.String method, java.math.BigInteger value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.math.BigInteger getValue()  
      boolean isReadonly()  
      • Methods inherited from class java.lang.Object

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

      • Frame

        public Frame​(Account from,
                     Account to,
                     boolean readonly,
                     java.lang.String method,
                     java.math.BigInteger value)
    • Method Detail

      • isReadonly

        public boolean isReadonly()
      • getValue

        public java.math.BigInteger getValue()