Class ClientView
java.lang.Object
edu.ucsb.nceas.metacat.clientview.ClientView
- All Implemented Interfaces:
Serializable
Description information for the ClientView bean.
- Author:
- Christopher Barteau
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGetter for property action.Getter for property anyField.Getter for property contentStandard.String[]
Getter for property dataFileNames.getDataFileName
(int index) Indexed getter for property dataFileNames.getDocId()
Getter for property docId.String[]
Getter for property message.getMessage
(int index) Indexed getter for property message.Getter for property isMetaFileDocId.Getter for property metaFileName.Getter for property organization.Getter for property password.Getter for property pathExpr.Getter for property pathValue.Getter for property qformat.Getter for property returnField.Getter for property sessionId.Getter for property userName.boolean
Getter for property publicAccess.void
Setter for property action.void
setAnyfield
(String anyfield) Setter for property anyfield.void
setContentStandard
(String contentStandard) Setter for property contentStandard.void
setDataFileName
(int index, String dataFileName) Indexed setter for property dataFileName.void
setDataFileName
(String[] dataFileName) Setter for property dataFileName.void
Setter for property docId.void
setMessage
(int index, String message) Indexed setter for property message.void
setMessage
(String[] message) Setter for property message.void
setMetaFileDocId
(String metaFileDocId) Setter for property isMetaFileDocId.void
setMetaFileName
(String metaFileName) Setter for property metaFileName.void
setOrganization
(String organization) Setter for property organization.void
setPassword
(String password) Setter for property password.void
setPathExpr
(String pathExpr) Setter for property pathExpr.void
setPathValue
(String pathValue) Setter for property pathValue.void
setPublicAccess
(boolean publicAccess) Setter for property publicAccess.void
setQformat
(String qformat) Setter for property qformat.void
setReturnfield
(String returnfield) Setter for property returnfield.void
setSessionid
(String sessionid) Setter for property sessionid.void
setUsername
(String username) Setter for property username.
-
Field Details
-
CLIENT_VIEW_BEAN
- See Also:
-
ECOLOGICAL_METADATA_LANGUAGE
- See Also:
-
FEDERAL_GEOGRAPHIC_DATA_COMMITTEE
- See Also:
-
LOGIN_MESSAGE
public static final int LOGIN_MESSAGE- See Also:
-
UPLOAD_MESSAGE
public static final int UPLOAD_MESSAGE- See Also:
-
DELETE_MESSAGE
public static final int DELETE_MESSAGE- See Also:
-
SELECT_MESSAGE
public static final int SELECT_MESSAGE- See Also:
-
ERROR_MESSAGE
public static final int ERROR_MESSAGE- See Also:
-
REPLACE_MESSAGE
public static final int REPLACE_MESSAGE- See Also:
-
UPDATE_MESSAGE
public static final int UPDATE_MESSAGE- See Also:
-
FORMAT_TYPE
public static final int FORMAT_TYPE- See Also:
-
FILE_NAME
public static final int FILE_NAME- See Also:
-
-
Constructor Details
-
ClientView
public ClientView()Creates a new instance of ClientView
-
-
Method Details
-
getAction
Getter for property action.- Returns:
- Value of property action.
-
setAction
Setter for property action.- Parameters:
action
- New value of property action.
-
getQformat
Getter for property qformat.- Returns:
- Value of property qformat.
-
setQformat
Setter for property qformat.- Parameters:
qformat
- New value of property qformat.
-
getUsername
Getter for property userName.- Returns:
- Value of property userName.
-
setUsername
Setter for property username.- Parameters:
username
- New value of property username.
-
getOrganization
Getter for property organization.- Returns:
- Value of property organization.
-
setOrganization
Setter for property organization.- Parameters:
organization
- New value of property organization.
-
getPassword
Getter for property password.- Returns:
- Value of property password.
-
setPassword
Setter for property password.- Parameters:
password
- New value of property password.
-
getSessionid
Getter for property sessionId.- Returns:
- Value of property sessionId.
-
setSessionid
Setter for property sessionid.- Parameters:
sessionid
- New value of property sessionid.
-
getAnyfield
Getter for property anyField.- Returns:
- Value of property anyField.
-
setAnyfield
Setter for property anyfield.- Parameters:
anyfield
- New value of property anyfield.
-
getPathExpr
Getter for property pathExpr.- Returns:
- Value of property pathExpr.
-
setPathExpr
Setter for property pathExpr.- Parameters:
pathExpr
- New value of property pathExpr.
-
getPathValue
Getter for property pathValue.- Returns:
- Value of property pathValue.
-
setPathValue
Setter for property pathValue.- Parameters:
pathValue
- New value of property pathValue.
-
getReturnfield
Getter for property returnField.- Returns:
- Value of property returnField.
-
setReturnfield
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
Getter for property metaFileName.- Returns:
- Value of property metaFileName.
-
setMetaFileName
Setter for property metaFileName.- Parameters:
metaFileName
- New value of property metaFileName.
-
getDataFileName
Indexed getter for property dataFileNames.- Parameters:
index
- Index of the property.- Returns:
- Value of the property at
index
.
-
getDataFileName
Getter for property dataFileNames.- Returns:
- Value of property dataFileNames.
-
setDataFileName
Indexed setter for property dataFileName.- Parameters:
index
- Index of the property.dataFileName
- New value of the property atindex
.
-
setDataFileName
Setter for property dataFileName.- Parameters:
dataFileName
- New value of property dataFileName.
-
getDocId
Getter for property docId.- Returns:
- Value of property docId.
-
setDocId
Setter for property docId.- Parameters:
docId
- New value of property docId.
-
getMessage
Indexed getter for property message.- Parameters:
index
- Index of the property.- Returns:
- Value of the property at
index
.
-
getMessage
Getter for property message.- Returns:
- Value of property message.
-
setMessage
Indexed setter for property message.- Parameters:
index
- Index of the property.message
- New value of the property atindex
.
-
setMessage
Setter for property message.- Parameters:
message
- New value of property message.
-
getContentStandard
Getter for property contentStandard.- Returns:
- Value of property contentStandard.
-
setContentStandard
Setter for property contentStandard.- Parameters:
contentStandard
- New value of property contentStandard.
-
getMetaFileDocId
Getter for property isMetaFileDocId.- Returns:
- Value of property isMetaFileDocId.
-
setMetaFileDocId
Setter for property isMetaFileDocId.- Parameters:
isMetaFileDocId
- New value of property isMetaFileDocId.
-