public class Table extends Object implements Serializable
| Constructor and Description |
|---|
Table() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCenter()
Returns the table center.
|
String |
getChecksum()
Returns the table's checksum.
|
Date |
getDateCreated()
Returns date the table entry was created.
|
Date |
getDateModified()
Returns date the table was last modified.
|
String |
getDescription()
Returns the description of the table.
|
org.springframework.web.multipart.commons.CommonsMultipartFile |
getFile()
Returns the uploaded file in CommonsMultipartFile format.
|
int |
getLocalVersion()
Returns the local version of the table.
|
int |
getMasterVersion()
Returns the master version of the table.
|
String |
getMimeType()
Returns the table's mimeType.
|
String |
getOriginalName()
Returns the original name of the table as it was when upload to the registry.
|
int |
getSubCenter()
Returns the table sub center.
|
int |
getTableId()
Returns the id of the wmo table in the database.
|
String |
getTableType()
Returns the table's tableType.
|
String |
getTitle()
Returns the title of the table.
|
int |
getUserId()
Returns the id of the User who owns the table.
|
int |
getVisibility()
Returns the visibility attribute of the table.
|
void |
setCenter(int center)
Sets the table center.
|
void |
setChecksum(String checksum)
Sets the table's checksum.
|
void |
setDateCreated(Date dateCreated)
Sets the date the table entry was created.
|
void |
setDateModified(Date dateModified)
Sets the date the table was last modified.
|
void |
setDescription(String description)
Sets the description of the table.
|
void |
setFile(org.springframework.web.multipart.commons.CommonsMultipartFile file)
Sets the uploaded file as a CommonsMultipartFile file.
|
void |
setLocalVersion(int localVersion)
Sets the local version of the table.
|
void |
setMasterVersion(int masterVersion)
Sets the master version of the table.
|
void |
setMimeType(String mimeType)
Sets the table's mimeType.
|
void |
setOriginalName(String originalName)
Sets the original name of the table as it was when upload to the registry.
|
void |
setSubCenter(int subCenter)
Sets the table sub enter.
|
void |
setTableId(int tableId)
Sets the id of the wmo table in the database.
|
void |
setTableType(String tableType)
Sets the table's tableType.
|
void |
setTitle(String title)
Sets the title of the table.
|
void |
setUserId(int userId)
Sets the id of the User who owns the table.
|
void |
setVisibility(int visibility)
Sets the visibility attribute of the table.
|
public org.springframework.web.multipart.commons.CommonsMultipartFile getFile()
public void setFile(org.springframework.web.multipart.commons.CommonsMultipartFile file)
file - The CommonsMultipartFile file.public int getTableId()
public void setTableId(int tableId)
tableId - The table id.public String getTitle()
public void setTitle(String title)
title - The table's title.public String getDescription()
public void setDescription(String description)
description - The table's description.public String getOriginalName()
public void setOriginalName(String originalName)
originalName - The table's original name.public int getMasterVersion()
public void setMasterVersion(int masterVersion)
masterVersion - The table's master version.public int getLocalVersion()
public void setLocalVersion(int localVersion)
localVersion - The table's local version.public int getCenter()
public void setCenter(int center)
center - The table center.public int getSubCenter()
public void setSubCenter(int subCenter)
subCenter - The table sub center.public String getMimeType()
public void setMimeType(String mimeType)
mimeType - The mimeType.public String getTableType()
public void setTableType(String tableType)
tableType - The tableType.public String getChecksum()
public void setChecksum(String checksum)
checksum - The checksum.public int getVisibility()
public void setVisibility(int visibility)
visibility - The visibility attribute.public int getUserId()
public void setUserId(int userId)
userId - The user id.public Date getDateCreated()
public void setDateCreated(Date dateCreated)
dateCreated - The table entry's creation date.public Date getDateModified()
public void setDateModified(Date dateModified)
dateModified - The table last modified date.Copyright © 1999–2014 UCAR/Unidata. All rights reserved.