Class ContentAttribute

java.lang.Object
com.emc.documentum.rest.model.ContentAttribute

public class ContentAttribute extends Object
  • Field Details

  • Constructor Details

    • ContentAttribute

      public ContentAttribute(String attributeName, String attributeValue, Integer attributeType)
  • Method Details

    • getAttributeName

      public String getAttributeName()
    • setAttributeName

      public void setAttributeName(String attributeName)
    • getAttributeType

      public Integer getAttributeType()
    • setAttributeType

      public void setAttributeType(Integer attributeType)
    • getAttributeValue

      public String getAttributeValue()
    • setAttributeValue

      public void setAttributeValue(String attrValue)
    • equals

      public boolean equals(Object anObject)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object