|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.palo.api.Property2Factory
org.palo.api.impl.Property2FactoryImpl
public class Property2FactoryImpl
| Constructor Summary | |
|---|---|
Property2FactoryImpl()
|
|
| Method Summary | |
|---|---|
Property2 |
newProperty(Connection con,
java.lang.String id,
java.lang.String value)
Creates a new property2 object that has no parent and is of type string. |
Property2 |
newProperty(Connection con,
java.lang.String id,
java.lang.String value,
int type)
Creates a new property2 object that has no parent and is of the specified type (one of the constants defined in Property2). |
Property2 |
newProperty(Connection con,
java.lang.String id,
java.lang.String value,
Property2 parent)
Creates a new property2 object that has the given parent and is of type string. |
Property2 |
newProperty(Connection con,
java.lang.String id,
java.lang.String value,
Property2 parent,
int type)
Creates a new property2 object that has the given parent and is of the specified type (one of the constants defined in Property2). |
Property2 |
newReadOnlyProperty(Connection con,
java.lang.String id,
java.lang.String value)
Creates a new read-only property2 object that has no parent and is of type string. |
Property2 |
newReadOnlyProperty(Connection con,
java.lang.String id,
java.lang.String value,
int type)
Creates a new read-only property2 object that has no parent and is of the specified type (one of the constants defined in Property2). |
Property2 |
newReadOnlyProperty(Connection con,
java.lang.String id,
java.lang.String value,
Property2 parent)
Creates a new read-only property2 object that has the given parent and is of type string. |
Property2 |
newReadOnlyProperty(Connection con,
java.lang.String id,
java.lang.String value,
Property2 parent,
int type)
Creates a new read-only property2 object that has the given parent and is of the specified type (one of the constants defined in Property2). |
| Methods inherited from class org.palo.api.Property2Factory |
|---|
getInstance |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Property2FactoryImpl()
| Method Detail |
|---|
public final Property2 newProperty(Connection con,
java.lang.String id,
java.lang.String value)
Property2Factory
newProperty in class Property2Factorycon - the connection to which this property belongs.id - the new id of the property.value - the value for the property.
public final Property2 newProperty(Connection con,
java.lang.String id,
java.lang.String value,
Property2 parent)
Property2Factory
newProperty in class Property2Factorycon - the connection to which this property belongs.id - the new id of the property.value - the value for the property.parent - the parent of this property.
public final Property2 newProperty(Connection con,
java.lang.String id,
java.lang.String value,
int type)
Property2Factory
newProperty in class Property2Factorycon - the connection to which this property belongs.id - the new id of the property.value - the value for the property.type - the type of this property. One of the constants defined
in Property2.
public final Property2 newProperty(Connection con,
java.lang.String id,
java.lang.String value,
Property2 parent,
int type)
Property2Factory
newProperty in class Property2Factorycon - the connection to which this property belongs.id - the new id of the property.value - the value for the property.parent - the parent of this property.type - the type of this property. One of the constants defined
in Property2.
public final Property2 newReadOnlyProperty(Connection con,
java.lang.String id,
java.lang.String value)
Property2Factory
newReadOnlyProperty in class Property2Factorycon - the connection to which this property belongs.id - the new id of the property.value - the value for the property.
public final Property2 newReadOnlyProperty(Connection con,
java.lang.String id,
java.lang.String value,
Property2 parent)
Property2Factory
newReadOnlyProperty in class Property2Factorycon - the connection to which this property belongs.id - the new id of the property.value - the value for the property.parent - the parent of this property.
public final Property2 newReadOnlyProperty(Connection con,
java.lang.String id,
java.lang.String value,
int type)
Property2Factory
newReadOnlyProperty in class Property2Factorycon - the connection to which this property belongs.id - the new id of the property.value - the value for the property.type - the type of this property. One of the constants defined
in Property2.
public final Property2 newReadOnlyProperty(Connection con,
java.lang.String id,
java.lang.String value,
Property2 parent,
int type)
Property2Factory
newReadOnlyProperty in class Property2Factorycon - the connection to which this property belongs.id - the new id of the property.value - the value for the property.parent - the parent of this property.type - the type of this property. One of the constants defined
in Property2.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||