com.ibm.commerce.contentmanagement.common

Class WorkspaceDescription

  • java.lang.Object
    • com.ibm.commerce.contentmanagement.common.WorkspaceDescription


  • public class WorkspaceDescription
    extends java.lang.Object
    This represents a WorkspaceDescription.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      The internal copyright field.
    • Constructor Summary

      Constructors 
      Constructor and Description
      WorkspaceDescription()
      Constructs an empty WorkspaceDescription object.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getDescription()
      Get the description
      java.lang.Integer getLanguageId()
      Get the Language Id
      java.lang.String getName()
      Get the name
      void setDescription(java.lang.String astrDescription)
      Set Description
      void setLanguageId(java.lang.Integer aLanguageId)
      Set language id
      void setName(java.lang.String astrName)
      Set Name
      • 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
        The internal copyright field.
        See Also:
        Constant Field Values
    • Constructor Detail

      • WorkspaceDescription

        public WorkspaceDescription()
        Constructs an empty WorkspaceDescription object.
    • Method Detail

      • getLanguageId

        public java.lang.Integer getLanguageId()
        Get the Language Id
        Returns:
        language id
      • getName

        public java.lang.String getName()
        Get the name
        Returns:
        name
      • getDescription

        public java.lang.String getDescription()
        Get the description
        Returns:
        description
      • setName

        public void setName(java.lang.String astrName)
        Set Name
        Parameters:
        astrName - The name
      • setDescription

        public void setDescription(java.lang.String astrDescription)
        Set Description
        Parameters:
        astrDescription - The description
      • setLanguageId

        public void setLanguageId(java.lang.Integer aLanguageId)
        Set language id
        Parameters:
        aLanguageId - The language id