com.ibm.ccd.ui.dataobjects.attributes
Class ThumbnailImageURLAttribute

java.lang.Object
  extended by com.ibm.ccd.ui.dataobjects.attributes.Attribute
      extended by com.ibm.ccd.ui.dataobjects.attributes.URLAttribute
          extended by com.ibm.ccd.ui.dataobjects.attributes.ImageURLAttribute
              extended by com.ibm.ccd.ui.dataobjects.attributes.ThumbnailImageURLAttribute
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class ThumbnailImageURLAttribute
extends ImageURLAttribute

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.ibm.ccd.ui.dataobjects.attributes.Attribute
currOccurrence, displayLabelName, editable, errorMap, hashName, isCategorySpecificAttribute, isLocalized, isPrimaryKey, localizedValues, maximumLength, maximumOccurrence, minimumLength, minimumOccurrence, parentAttribute, parentPath, valueList
 
Constructor Summary
ThumbnailImageURLAttribute(java.lang.String name, boolean editable, int minimumOccurrence, int maximumOccurrence, java.lang.String displayName)
           
ThumbnailImageURLAttribute(java.lang.String name, java.lang.String defaultValue, boolean editable, int minimumLength, int maximumLength, int minimumOccurrence, int maximumOccurrence, java.lang.String displayName)
           
ThumbnailImageURLAttribute(java.lang.String name, java.lang.String defaultValue, boolean editable, int minimumOccurrence, int maximumOccurrence, java.lang.String displayName)
           
 
Method Summary
 int getType()
           
 
Methods inherited from class com.ibm.ccd.ui.dataobjects.attributes.URLAttribute
getDefaultValue, getValue, getValues, printMe, setValue, setValue, setValues
 
Methods inherited from class com.ibm.ccd.ui.dataobjects.attributes.Attribute
getAttributeParentPath, getCurrentOccurrence, getCurrOccurrence, getDisplayLabelName, getHashName, getLocaleName, getLocalizedValues, getMaximumLength, getMaximumOccurrence, getMinimumLength, getMinimumOccurrence, getName, getParentGroup, getParentPath, getPath, getValidationError, getValueList, hasAnyParentGroupMultivalued, isCategorySpecificAttribute, isEditable, isLocalized, isMultiValued, isOptional, isPrimaryKey, isSubAttribute, isValueChanged, prepareAttributeParentPath, removeValue, removeValues, setAsLocalized, setCategorySpecificAttribute, setCurrOccurrence, setDisplayLabelName, setEditable, setHashName, setLocaleName, setLocalizedValues, setMaximumLength, setMaximumOccrrence, setMinimumLength, setMinimumOccrrence, setName, setParentGroup, setParentGroupFlagValueChanged, setParentPath, setPath, setPrimaryKey, setSubAttribute, setValidationError, setValueChanged, setValueList
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThumbnailImageURLAttribute

public ThumbnailImageURLAttribute(java.lang.String name,
                                  boolean editable,
                                  int minimumOccurrence,
                                  int maximumOccurrence,
                                  java.lang.String displayName)
Parameters:
name -
editable -
minimumOccurrence -
maximumOccurrence -
displayName -

ThumbnailImageURLAttribute

public ThumbnailImageURLAttribute(java.lang.String name,
                                  java.lang.String defaultValue,
                                  boolean editable,
                                  int minimumLength,
                                  int maximumLength,
                                  int minimumOccurrence,
                                  int maximumOccurrence,
                                  java.lang.String displayName)
Parameters:
name -
defaultValue -
editable -
minimumLength -
maximumLength -
minimumOccurrence -
maximumOccurrence -
displayName -

ThumbnailImageURLAttribute

public ThumbnailImageURLAttribute(java.lang.String name,
                                  java.lang.String defaultValue,
                                  boolean editable,
                                  int minimumOccurrence,
                                  int maximumOccurrence,
                                  java.lang.String displayName)
Parameters:
name -
defaultValue -
editable -
minimumOccurrence -
maximumOccurrence -
displayName -
Method Detail

getType

public int getType()
Overrides:
getType in class ImageURLAttribute