? LocaleBeanUtils.Descriptor

java.lang.Object
org.apache.commons.beanutils.locale.LocaleBeanUtils.Descriptor
???:
LocaleBeanUtils

@Deprecated protected static class LocaleBeanUtils.Descriptor extends Object
????
moved into LocaleBeanUtils
  • ???????

    • Descriptor

      public Descriptor(Object target, String name, String propName, String key, int index)
      ????
      Construct a descriptor instance for the target bean and property.
      ??:
      target - The target bean
      name - The property name (includes indexed/mapped expr)
      propName - The property name
      key - The mapped property key (if any)
      index - The indexed property index (if any)
  • ??????

    • getTarget

      public Object getTarget()
      ????
      Return the target bean.
      ??:
      The descriptors target bean
    • setTarget

      public void setTarget(Object target)
      ????
      Set the target bean.
      ??:
      target - The target bean
    • getKey

      public String getKey()
      ????
      Return the mapped property key.
      ??:
      the mapped property key (if any)
    • setKey

      public void setKey(String key)
      ????
      Set the mapped property key.
      ??:
      key - The mapped property key (if any)
    • getIndex

      public int getIndex()
      ????
      Return indexed property index.
      ??:
      indexed property index (if any)
    • setIndex

      public void setIndex(int index)
      ????
      Set the indexed property index.
      ??:
      index - The indexed property index (if any)
    • getName

      public String getName()
      ????
      Return property name (includes indexed/mapped expr).
      ??:
      The property name (includes indexed/mapped expr)
    • setName

      public void setName(String name)
      ????
      Set the property name (includes indexed/mapped expr).
      ??:
      name - The property name (includes indexed/mapped expr)
    • getPropName

      public String getPropName()
      ????
      Return the property name.
      ??:
      The property name
    • setPropName

      public void setPropName(String propName)
      ????
      Set the property name.
      ??:
      propName - The property name