Class ViewNodeImpl

  • All Implemented Interfaces:
    Freezable

    public class ViewNodeImpl
    extends ViewNode
    implements Freezable
    Since:
    2.2
    Author:
    Leonardo Uribe
    • Constructor Detail

      • ViewNodeImpl

        public ViewNodeImpl​(String id,
                            String vdlDocumentId)
    • Method Detail

      • freeze

        public void freeze()
        Description copied from interface: Freezable
        Call this method when the object will be made available to the runtime
        Specified by:
        freeze in interface Freezable
      • setVdlDocumentId

        public void setVdlDocumentId​(String vdlDocumentId)
      • setId

        public void setId​(String id)