Class ComponentWsDTO

java.lang.Object
de.hybris.platform.cmsocc.data.ComponentWsDTO
All Implemented Interfaces:
Serializable

public class ComponentWsDTO extends Object implements Serializable
See Also:
  • Constructor Details

    • ComponentWsDTO

      public ComponentWsDTO()
  • Method Details

    • setUid

      public void setUid(String uid)
    • getUid

      public String getUid()
    • setUuid

      public void setUuid(String uuid)
    • getUuid

      public String getUuid()
    • setTypeCode

      public void setTypeCode(String typeCode)
    • getTypeCode

      public String getTypeCode()
    • setModifiedtime

      public void setModifiedtime(Date modifiedtime)
    • getModifiedtime

      public Date getModifiedtime()
    • setName

      public void setName(String name)
    • getName

      public String getName()
    • setOtherProperties

      public void setOtherProperties(Map<String,Object> otherProperties)
    • getOtherProperties

      public Map<String,Object> getOtherProperties()