|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.datatools.connectivity.drivers.PropertySetImpl
public class PropertySetImpl
Implementation class of the property set
Constructor Summary | |
---|---|
PropertySetImpl(java.lang.String name,
java.lang.String id)
Constructor |
Method Summary | |
---|---|
java.lang.Object |
clone()
Clones the property set and returns the clone object. |
boolean |
equals(java.lang.Object obj)
|
java.util.Properties |
getBaseProperties()
Returns the base properties of the property set |
java.lang.String |
getID()
Returns the id of the property set |
java.lang.String |
getName()
Returns the name of the property set |
java.util.Properties |
getProperties(java.lang.String type)
Gets general properties of the property set |
int |
hashCode()
|
void |
setBaseProperties(java.util.Properties props)
Sets the base properties of the property set |
void |
setID(java.lang.String id)
Sets the id of the property set |
void |
setName(java.lang.String newName)
Sets the name of the property set |
void |
setProperties(java.lang.String type,
java.util.Properties props)
Sets general properties of the property set |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PropertySetImpl(java.lang.String name, java.lang.String id)
name
- id
- Method Detail |
---|
public java.lang.String getName()
getName
in interface IPropertySet
public void setName(java.lang.String newName)
setName
in interface IPropertySet
public java.lang.String getID()
getID
in interface IPropertySet
public void setID(java.lang.String id)
setID
in interface IPropertySet
public java.util.Properties getBaseProperties()
getBaseProperties
in interface IPropertySet
public void setBaseProperties(java.util.Properties props)
setBaseProperties
in interface IPropertySet
public java.util.Properties getProperties(java.lang.String type)
getProperties
in interface IPropertySet
public void setProperties(java.lang.String type, java.util.Properties props)
setProperties
in interface IPropertySet
public java.lang.Object clone()
clone
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
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 |