| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PropertyController
Encapsulates setter methods used when initializing instances of Property. This interface has no dependencies on runtime specific objects, as it is intended for reuse across general component runtime environments where brokered communication across components may be necessary. See the corresponding getter methods in Property for detailed descriptions of the attributes set by the various setters in this interface.
In the WebSphere Portal environment, PropertyBrokerService may be used to create instances of Property. After instantiation, required fields must be set using the setters provided by this interface. Instead of explicit creation in this manner, these objects may be implicitly created by the runtime if information is provided in a WSDL file.
Method Summary | |
---|---|
void | setClassname(java.lang.String classname)
Sets the class used to hold the Property value. |
void | setDescription(java.lang.String description,
java.util.Locale locale)
Sets a localized description for this property. |
void | setDirection(Direction direction)
Sets the direction of this property, i.e, whether it is produced or consumed. |
void | setName(java.lang.String name)
Sets the name of the property. |
void | setNamespace(java.lang.String namespace)
Sets the namespace of the property. |
void | setSchemaLocation(java.lang.String schemaLocation)
Sets the location of a file containing the XML schema describing the property. |
void | setTitle(java.lang.String title,
java.util.Locale locale)
Sets a localized title for this property. |
void | setType(java.lang.String type)
Sets the type of the property. |
Methods inherited from interface com.ibm.portal.propertybroker.property.Property |
---|
getClassname, getClassName, getDescription, getDirection, getId, getName, getNamespace, getOwningDefinitionId, getSchemaLocation, getSupportedLocales, getTitle, getType |
Method Detail |
---|
void setName(java.lang.String name)
void setType(java.lang.String type)
void setNamespace(java.lang.String namespace)
void setSchemaLocation(java.lang.String schemaLocation)
void setDirection(Direction direction)
void setTitle(java.lang.String title, java.util.Locale locale)
void setDescription(java.lang.String description, java.util.Locale locale)
void setClassname(java.lang.String classname)
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |