Class BranchIdModel

    • Constructor Detail

      • BranchIdModel

        public BranchIdModel()
    • Method Detail

      • getBranchId

        public String getBranchId()
      • getBranchName

        public String getBranchName()
      • getBranchInfo

        public org.apache.commons.lang3.tuple.Pair<String,​String> getBranchInfo()
      • setBranchInfo

        public void setBranchInfo​(String branchId,
                                  String branchName)
      • setInitialBranchInfo

        public void setInitialBranchInfo​(String branchId,
                                         String branchName)
      • destroy

        public void destroy()
      • detach

        public void detach()
        Detaches model after use. This is generally used to null out transient references that can be re-attached later.
        Specified by:
        detach in interface org.apache.wicket.model.IDetachable
        Specified by:
        detach in interface org.apache.wicket.model.IModel<IModelReference<org.apache.commons.lang3.tuple.Pair<String,​String>>>
      • initialize

        public static BranchIdModel initialize​(IPluginContext context,
                                               javax.jcr.Node documentHandleNode)
                                        throws javax.jcr.RepositoryException
        Throws:
        javax.jcr.RepositoryException
      • isDefined

        public boolean isDefined()