Class BODataLog

java.lang.Object
overit.geocall.model.DynO
overit.geocall.basic.bl.datalog.BODataLog
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class BODataLog extends DynO
This class represent a business object for all information concerning a data log.
It will be used to map data from a DTO to fields of the SDATALOG table in the database.
Since:
9.2
See Also:
GCApi:
bo
  • Constructor Details

    • BODataLog

      public BODataLog()
  • Method Details

    • getId

      public Long getId()
      Gets the data log's id.
      Returns:
      The data log's id.
    • setId

      public void setId(Long id)
      Sets the data log's id.
      Parameters:
      id - The data log's id to set.
    • getObjectId

      public Long getObjectId()
      Gets the data log object id.
      Returns:
      The data log object id.
    • setObjectId

      public void setObjectId(Long objectId)
      Sets the data log object id.
      Parameters:
      objectId - The data log object id to set.
    • getAuthor

      public Long getAuthor()
      Gets the data log author id.
      Returns:
      The data log author id.
    • setAuthor

      public void setAuthor(Long author)
      Sets the data log author id.
      Parameters:
      author - data log author id to set.
    • getFactory

      public Long getFactory()
      Gets the data log factory id.
      Returns:
      The data log factory id.
    • setFactory

      public void setFactory(Long factory)
      Sets the data log factory id.
      Parameters:
      factory - The data log factory id to set.
    • getDate

      public Date getDate()
      Gets the data log date.
      Returns:
      The data log date.
    • setDate

      public void setDate(Date date)
      Sets the data log date.
      Parameters:
      date - The data log date to set.
    • getType

      public String getType()
      Gets the data log type.
      Returns:
      The data log type.
    • setType

      public void setType(String type)
      Sets the data log type.
      Parameters:
      type - The data log type to set.
    • getData

      public String getData()
      Gets the data log data.
      Returns:
      The data log data.
    • setData

      public void setData(String data)
      Sets the data log data.
      Parameters:
      data - The data log data to set.