Class APIProperty

java.lang.Object
com.testdroid.api.APIEntity
com.testdroid.api.model.APIProperty

public class APIProperty extends APIEntity
Author:
Ɓukasz Kajda <[email protected]>
  • Constructor Details

  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getUpdatedById

      public Long getUpdatedById()
    • setUpdatedById

      public void setUpdatedById(Long updatedById)
    • getUpdateTime

      public Date getUpdateTime()
    • setUpdateTime

      public void setUpdateTime(Date updateTime)
    • getFromTime

      public Date getFromTime()
    • setFromTime

      public void setFromTime(Date fromTime)
    • getToTime

      public Date getToTime()
    • setToTime

      public void setToTime(Date toTime)
    • getUpdatedByDisplayName

      public String getUpdatedByDisplayName()
    • setUpdatedByDisplayName

      public void setUpdatedByDisplayName(String updatedByDisplayName)
    • clone

      protected <T extends APIEntity> void clone(T from)
      Specified by:
      clone in class APIEntity