|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jgoodies.binding.beans.Model
org.archiviststoolkit.mydomain.DomainObject
org.archiviststoolkit.model.ATPluginData
public class ATPluginData
Archivists' Toolkit(TM) Copyright © 2005-2009 Regents of the University of California, New York University, & Five Colleges, Inc. All rights reserved. This software is free. You can redistribute it and / or modify it under the terms of the Educational Community License (ECL) version 1.0 (http://www.opensource.org/licenses/ecl1.php) This software is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ECL license for more details about permissions and limitations. Archivists' Toolkit(TM) http://www.archiviststoolkit.org info@archiviststoolkit.org This class stores data for plugins that are loaded by the AT Data has to be stored as String, but can be xml even objects converted to xml using the xstream jar Created by IntelliJ IDEA.
Field Summary |
---|
Fields inherited from class org.archiviststoolkit.mydomain.DomainObject |
---|
CREATED, CREATED_BY, LAST_UPDATED, LAST_UPDATED_BY |
Fields inherited from interface org.hibernate.classic.Lifecycle |
---|
NO_VETO, VETO |
Constructor Summary | |
---|---|
ATPluginData()
The default constructor |
|
ATPluginData(java.lang.String pluginName,
java.lang.Boolean isObject,
int dataVersion,
java.lang.String dataName,
java.lang.String dataType,
java.lang.String dataString)
|
Method Summary | |
---|---|
java.lang.Long |
getAtPluginDataId()
Method to return the identifier for this record |
java.lang.String |
getDataName()
Method to get the name of this data |
java.lang.String |
getDataString()
Method to return the data string. |
java.lang.String |
getDataType()
Method to return the type of data this is. |
int |
getDataVersion()
|
java.lang.Long |
getIdentifier()
Method to return the identifire for this record |
java.lang.Boolean |
getIsObject()
|
java.lang.String |
getPluginName()
|
void |
setAtPluginDataId(java.lang.Long atPluginDataId)
Method to set the record identifier |
void |
setDataName(java.lang.String dataName)
Method to set the name of the data |
void |
setDataString(java.lang.String dataString)
Method to set the data string |
void |
setDataType(java.lang.String dataType)
Method to set the type of this is. |
void |
setDataVersion(int dataVersion)
|
void |
setIdentifier(java.lang.Long identifier)
Method to return the |
void |
setIsObject(java.lang.Boolean object)
|
void |
setPluginName(java.lang.String pluginName)
|
java.lang.String |
toString()
|
Methods inherited from class org.archiviststoolkit.mydomain.DomainObject |
---|
addRelatedObject, compareTo, creationDate, equals, getAuditInfo, getCreated, getCreatedBy, getLastUpdated, getLastUpdatedBy, getRelatedCollection, getRelatedObject, getUniqueConstraintKey, getVersion, hashCode, isNewRecord, lastUpdated, onDelete, onLoad, onSave, onUpdate, removeIdAndAuditInfo, removeRelatedObject, setAuditInfo, setVersion, testDeleteRules, validateAndDisplayDialog |
Methods inherited from class com.jgoodies.binding.beans.Model |
---|
addPropertyChangeListener, addPropertyChangeListener, addVetoableChangeListener, addVetoableChangeListener, equals, fireIndexedPropertyChange, fireIndexedPropertyChange, fireIndexedPropertyChange, fireMultiplePropertiesChanged, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, getPropertyChangeListeners, getPropertyChangeListeners, getVetoableChangeListeners, getVetoableChangeListeners, removePropertyChangeListener, removePropertyChangeListener, removeVetoableChangeListener, removeVetoableChangeListener |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ATPluginData()
public ATPluginData(java.lang.String pluginName, java.lang.Boolean isObject, int dataVersion, java.lang.String dataName, java.lang.String dataType, java.lang.String dataString)
Method Detail |
---|
public java.lang.Long getAtPluginDataId()
public void setAtPluginDataId(java.lang.Long atPluginDataId)
atPluginDataId
- long containing record identifierpublic java.lang.String getDataString()
public void setDataString(java.lang.String dataString)
dataString
- String from databasepublic java.lang.String getDataType()
public void setDataType(java.lang.String dataType)
dataType
- The type of this storespublic java.lang.String getDataName()
public void setDataName(java.lang.String dataName)
dataName
- The name of the datapublic int getDataVersion()
public void setDataVersion(int dataVersion)
dataVersion
- Set the data versionpublic java.lang.Boolean getIsObject()
public void setIsObject(java.lang.Boolean object)
object
- set whether this is an object or notpublic java.lang.String getPluginName()
public void setPluginName(java.lang.String pluginName)
pluginName
- Set the name of the plugin this data belongs topublic java.lang.Long getIdentifier()
getIdentifier
in class DomainObject
public void setIdentifier(java.lang.Long identifier)
setIdentifier
in class DomainObject
identifier
- The identifier to set.public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |