com.ibm.commerce.context.content.resources.file.beans

Class ManagedFileDirectoryDataBean

  • java.lang.Object
    • com.ibm.commerce.context.content.resources.file.beans.ManagedFileDirectoryDataBean
  • All Implemented Interfaces:
    DataBean, java.io.Serializable


    public class ManagedFileDirectoryDataBean
    extends java.lang.Object
    implements DataBean
    This class holds information for one content managed file directory.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      IBM Copyright notice field.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.Long getCMFileDirectoryId()
      This method returns the content managed file directory id.
      java.lang.String getDisplayName()
      This method returns the display name of the directory.
      java.lang.String getIdentifier()
      This method returns the identifier of the directory.
      java.lang.String getParentDirectoryPath()
      This method returns the parent directory full path.
      java.lang.Integer getStoreId()
      This method returns the store id of the directory.
      void setCMFileDirectoryId(java.lang.Long anValue)
      This method sets the id of the content managed file directory.
      void setDisplayName(java.lang.String astrValue)
      This method sets the display name of the directory.*
      void setIdentifier(java.lang.String astrValue)
      This method sets the identifier of the directory.
      void setParentDirectoryPath(java.lang.String astrValue)
      This method sets the parent directory full path.
      void setStoreId(java.lang.Integer aStoreId)
      This method sets the store id of the directory.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        IBM Copyright notice field.
        See Also:
        Constant Field Values
    • Constructor Detail

      • ManagedFileDirectoryDataBean

        public ManagedFileDirectoryDataBean()
    • Method Detail

      • getCMFileDirectoryId

        public java.lang.Long getCMFileDirectoryId()
        This method returns the content managed file directory id.
        Returns:
        The content managed file directory id.
      • getDisplayName

        public java.lang.String getDisplayName()
        This method returns the display name of the directory.
        Returns:
        The display name of the directory.
      • getIdentifier

        public java.lang.String getIdentifier()
        This method returns the identifier of the directory. This is the directory display name which has been converted to lower case characters.
        Returns:
        The identifier of the directory.
      • getParentDirectoryPath

        public java.lang.String getParentDirectoryPath()
        This method returns the parent directory full path.
        Returns:
        The parent directory full path.
      • getStoreId

        public java.lang.Integer getStoreId()
        This method returns the store id of the directory.
        Returns:
        The store id of the directory.
      • setCMFileDirectoryId

        public void setCMFileDirectoryId(java.lang.Long anValue)
        This method sets the id of the content managed file directory.
        Parameters:
        anValue - The directory id to be set.
      • setDisplayName

        public void setDisplayName(java.lang.String astrValue)
        This method sets the display name of the directory.*
        Parameters:
        astrValue - The directory name to be set.
      • setIdentifier

        public void setIdentifier(java.lang.String astrValue)
        This method sets the identifier of the directory.
        Parameters:
        astrValue - The directory identifier to be set.
      • setParentDirectoryPath

        public void setParentDirectoryPath(java.lang.String astrValue)
        This method sets the parent directory full path.
        Parameters:
        astrValue - The parent directory full path.
      • setStoreId

        public void setStoreId(java.lang.Integer aStoreId)
        This method sets the store id of the directory.
        Parameters:
        aStoreId - The store id of the directory.