Class ClientView

java.lang.Object
edu.ucsb.nceas.metacat.clientview.ClientView
All Implemented Interfaces:
Serializable

public class ClientView extends Object implements Serializable
Description information for the ClientView bean.
Author:
Christopher Barteau
See Also:
  • Field Details

  • Constructor Details

    • ClientView

      public ClientView()
      Creates a new instance of ClientView
  • Method Details

    • getAction

      public String getAction()
      Getter for property action.
      Returns:
      Value of property action.
    • setAction

      public void setAction(String action)
      Setter for property action.
      Parameters:
      action - New value of property action.
    • getQformat

      public String getQformat()
      Getter for property qformat.
      Returns:
      Value of property qformat.
    • setQformat

      public void setQformat(String qformat)
      Setter for property qformat.
      Parameters:
      qformat - New value of property qformat.
    • getUsername

      public String getUsername()
      Getter for property userName.
      Returns:
      Value of property userName.
    • setUsername

      public void setUsername(String username)
      Setter for property username.
      Parameters:
      username - New value of property username.
    • getOrganization

      public String getOrganization()
      Getter for property organization.
      Returns:
      Value of property organization.
    • setOrganization

      public void setOrganization(String organization)
      Setter for property organization.
      Parameters:
      organization - New value of property organization.
    • getPassword

      public String getPassword()
      Getter for property password.
      Returns:
      Value of property password.
    • setPassword

      public void setPassword(String password)
      Setter for property password.
      Parameters:
      password - New value of property password.
    • getSessionid

      public String getSessionid()
      Getter for property sessionId.
      Returns:
      Value of property sessionId.
    • setSessionid

      public void setSessionid(String sessionid)
      Setter for property sessionid.
      Parameters:
      sessionid - New value of property sessionid.
    • getAnyfield

      public String getAnyfield()
      Getter for property anyField.
      Returns:
      Value of property anyField.
    • setAnyfield

      public void setAnyfield(String anyfield)
      Setter for property anyfield.
      Parameters:
      anyfield - New value of property anyfield.
    • getPathExpr

      public String getPathExpr()
      Getter for property pathExpr.
      Returns:
      Value of property pathExpr.
    • setPathExpr

      public void setPathExpr(String pathExpr)
      Setter for property pathExpr.
      Parameters:
      pathExpr - New value of property pathExpr.
    • getPathValue

      public String getPathValue()
      Getter for property pathValue.
      Returns:
      Value of property pathValue.
    • setPathValue

      public void setPathValue(String pathValue)
      Setter for property pathValue.
      Parameters:
      pathValue - New value of property pathValue.
    • getReturnfield

      public String getReturnfield()
      Getter for property returnField.
      Returns:
      Value of property returnField.
    • setReturnfield

      public void setReturnfield(String returnfield)
      Setter for property returnfield.
      Parameters:
      returnfield - New value of property returnField.
    • isPublicAccess

      public boolean isPublicAccess()
      Getter for property publicAccess.
      Returns:
      Value of property publicAccess.
    • setPublicAccess

      public void setPublicAccess(boolean publicAccess)
      Setter for property publicAccess.
      Parameters:
      publicAccess - New value of property publicAccess.
    • getMetaFileName

      public String getMetaFileName()
      Getter for property metaFileName.
      Returns:
      Value of property metaFileName.
    • setMetaFileName

      public void setMetaFileName(String metaFileName)
      Setter for property metaFileName.
      Parameters:
      metaFileName - New value of property metaFileName.
    • getDataFileName

      public String getDataFileName(int index)
      Indexed getter for property dataFileNames.
      Parameters:
      index - Index of the property.
      Returns:
      Value of the property at index.
    • getDataFileName

      public String[] getDataFileName()
      Getter for property dataFileNames.
      Returns:
      Value of property dataFileNames.
    • setDataFileName

      public void setDataFileName(int index, String dataFileName)
      Indexed setter for property dataFileName.
      Parameters:
      index - Index of the property.
      dataFileName - New value of the property at index.
    • setDataFileName

      public void setDataFileName(String[] dataFileName)
      Setter for property dataFileName.
      Parameters:
      dataFileName - New value of property dataFileName.
    • getDocId

      public String getDocId()
      Getter for property docId.
      Returns:
      Value of property docId.
    • setDocId

      public void setDocId(String docId)
      Setter for property docId.
      Parameters:
      docId - New value of property docId.
    • getMessage

      public String getMessage(int index)
      Indexed getter for property message.
      Parameters:
      index - Index of the property.
      Returns:
      Value of the property at index.
    • getMessage

      public String[] getMessage()
      Getter for property message.
      Returns:
      Value of property message.
    • setMessage

      public void setMessage(int index, String message)
      Indexed setter for property message.
      Parameters:
      index - Index of the property.
      message - New value of the property at index.
    • setMessage

      public void setMessage(String[] message)
      Setter for property message.
      Parameters:
      message - New value of property message.
    • getContentStandard

      public String getContentStandard()
      Getter for property contentStandard.
      Returns:
      Value of property contentStandard.
    • setContentStandard

      public void setContentStandard(String contentStandard)
      Setter for property contentStandard.
      Parameters:
      contentStandard - New value of property contentStandard.
    • getMetaFileDocId

      public String getMetaFileDocId()
      Getter for property isMetaFileDocId.
      Returns:
      Value of property isMetaFileDocId.
    • setMetaFileDocId

      public void setMetaFileDocId(String metaFileDocId)
      Setter for property isMetaFileDocId.
      Parameters:
      isMetaFileDocId - New value of property isMetaFileDocId.