public class CacheContent extends java.lang.Object
Constructor and Description |
---|
CacheContent() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getClassName() |
java.sql.Date |
getDateChanged() |
java.io.File |
getFile() |
KeplerLSID |
getLsid() |
java.lang.String |
getName() |
java.util.Vector<KeplerLSID> |
getSemanticTypes() |
java.lang.String |
getType() |
void |
populate(KeplerLSID lsid,
java.sql.Statement stmt) |
void |
populateSemanticTypes(java.sql.Statement stmt)
Populate the semantic types from the CACHE_SEMTYPES table.
|
void |
setClassName(java.lang.String className) |
void |
setDateChanged(java.sql.Date dateChanged) |
void |
setFile(java.io.File file) |
void |
setLsid(KeplerLSID lsid) |
void |
setName(java.lang.String name) |
void |
setType(java.lang.String type) |
public CacheContent()
public void populate(KeplerLSID lsid, java.sql.Statement stmt) throws java.lang.Exception
java.lang.Exception
public java.lang.String getName()
public void setName(java.lang.String name)
name
- the name to setpublic KeplerLSID getLsid()
public void setLsid(KeplerLSID lsid)
lsid
- the lsid to setpublic java.sql.Date getDateChanged()
public void setDateChanged(java.sql.Date dateChanged)
dateChanged
- the dateChanged to setpublic java.io.File getFile()
public void setFile(java.io.File file)
file
- the file to setpublic java.lang.String getType()
public void setType(java.lang.String type)
type
- the type to setpublic java.lang.String getClassName()
public void setClassName(java.lang.String className)
public java.util.Vector<KeplerLSID> getSemanticTypes()
public void populateSemanticTypes(java.sql.Statement stmt) throws java.sql.SQLException
stmt
- java.sql.SQLException