Class SaveItem
- java.lang.Object
-
- org.teichert.databaseexplorer.beans.SaveItem
-
- All Implemented Interfaces:
Serializable
public class SaveItem extends Object implements Serializable
Dataholding-class for saving database information peristently.
It will be loaded by startup and handled bySaveItemController
.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SaveItem()
-
Method Summary
-
-
-
Method Detail
-
getId
public String getId()
-
getCustomName
public String getCustomName()
-
getGroup
public String getGroup()
-
setModel
public SaveItem setModel(DatabaseModel model)
-
getDbname
public String getDbname()
-
getDbparameter
public String getDbparameter()
-
getIp
public String getIp()
-
getPort
public String getPort()
-
getUser
public String getUser()
-
getUserpwd
public String getUserpwd()
-
getModel
public DatabaseModel getModel()
-
isLazyLoaded
public boolean isLazyLoaded()
-
getSshConnId
public String getSshConnId()
-
getSshForwardingId
public String getSshForwardingId()
-
getPosition
public int getPosition()
-
setPosition
public SaveItem setPosition(int position)
-
-