BEA Systems, Inc.

com.beasys.commerce.foundation.property.tags
Class CreatePropertyTag

java.lang.Object
  |
  +--javax.servlet.jsp.tagext.TagSupport
        |
        +--com.beasys.commerce.foundation.property.tags.ResultTag
              |
              +--com.beasys.commerce.foundation.property.tags.CreatePropertyTag

public class CreatePropertyTag
extends ResultTag

Tag implementation to create a new property within a property set, representing the <um:createProperty> tag.

This tag is currently not supported.

See Also:
Serialized Form

Fields inherited from class com.beasys.commerce.foundation.property.tags.ResultTag
result
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Constructor Summary
CreatePropertyTag()
           
 
Method Summary
 int doStartTag()
          Goes through a Schema entity bean to create the property.
 java.lang.String getMultiple()
           
 java.lang.String getPropertyDescription()
          Get the property description
 java.lang.String getPropertyName()
          Get the name of the property to create
 java.lang.String getPropertySet()
          Get the property set in which the new property will be created
 java.lang.String getPropertyType()
          Get the type of the new property.
 java.lang.String getRestricted()
           
 java.lang.String getSchemaGroupName()
          Get the schemaGroup of the property set in which the new property will be created
 void release()
          Reset all attributes
 void setMultiple(java.lang.String s)
           
 void setPropertyDescription(java.lang.String s)
          Set the property description
 void setPropertyName(java.lang.String s)
          Set the name of the property to create
 void setPropertySet(java.lang.String s)
          Set the property set in which the new property will be created
 void setPropertyType(java.lang.String s)
          Set the type of the new property.
 void setRestricted(java.lang.String s)
           
 void setSchemaGroupName(java.lang.String s)
          Set the schemaGroup of the property set in which the new property will be created
 
Methods inherited from class com.beasys.commerce.foundation.property.tags.ResultTag
getResult, setResult
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreatePropertyTag

public CreatePropertyTag()
Method Detail

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspException
Goes through a Schema entity bean to create the property.
Overrides:
doStartTag in class javax.servlet.jsp.tagext.TagSupport

release

public void release()
Reset all attributes
Overrides:
release in class ResultTag

setPropertyName

public void setPropertyName(java.lang.String s)
Set the name of the property to create

getPropertyName

public java.lang.String getPropertyName()
Get the name of the property to create

setPropertyDescription

public void setPropertyDescription(java.lang.String s)
Set the property description

getPropertyDescription

public java.lang.String getPropertyDescription()
Get the property description

setPropertySet

public void setPropertySet(java.lang.String s)
Set the property set in which the new property will be created

getPropertySet

public java.lang.String getPropertySet()
Get the property set in which the new property will be created

setSchemaGroupName

public void setSchemaGroupName(java.lang.String s)
Set the schemaGroup of the property set in which the new property will be created

getSchemaGroupName

public java.lang.String getSchemaGroupName()
Get the schemaGroup of the property set in which the new property will be created

setPropertyType

public void setPropertyType(java.lang.String s)
Set the type of the new property. These can be seen in com.beasys.commerce.util.TypesHelper
Parameters:
s - The string representation of a property type constant

getPropertyType

public java.lang.String getPropertyType()
Get the type of the new property. This can be converted back into an int, and compared with the types defined in com.beasys.commerce.util.TypesHelper

getRestricted

public java.lang.String getRestricted()

setRestricted

public void setRestricted(java.lang.String s)

getMultiple

public java.lang.String getMultiple()

setMultiple

public void setMultiple(java.lang.String s)

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved