java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.SharedResourceWithLog
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class SharedResourceWithLog extends DynO
Business object representing a shared resource with his log.
Since:
19.0
See Also:
GCApi:
bo
  • Constructor Details

    • SharedResourceWithLog

      public SharedResourceWithLog()
  • Method Details

    • getId

      public String getId()
      Returns the shared resource id.
      Returns:
      the shared resource id
    • setId

      public void setId(String id)
      Sets the shared resource id.
      Parameters:
      id - the shared resource id
    • getParentUUID

      public String getParentUUID()
      Returns the shared resource parent UUID.
      Returns:
      the shared resource parent UUID
    • setParentUUID

      public void setParentUUID(String parentUUID)
      Sets the shared resource parent UUID.
      Parameters:
      parentUUID - the shared resource parent UUID
    • getGenerationDate

      public Date getGenerationDate()
      Returns the shared resource generation date.
      Returns:
      the shared resource generation date
    • setGenerationDate

      public void setGenerationDate(Date generationDate)
      Sets the shared resource generation date.
      Parameters:
      generationDate - the shared resource generation date
    • getAuthor

      public Long getAuthor()
      Returns the shared resource author.
      Returns:
      the shared resource with log author
    • setAuthor

      public void setAuthor(Long author)
      Sets the shared resource author.
      Parameters:
      author - the author
    • getActive

      public String getActive()
      Checks if the shared resource is active.
      Returns:
      true if the shared resource is active, false otherwise
    • setActive

      public void setActive(String active)
      Sets the shared resource to active.
      Parameters:
      active - true if the shared resource must be active, false otherwise
    • getUuid

      public String getUuid()
      Returns the shared resource uuid.
      Returns:
      the shared resource uuid
    • setUuid

      public void setUuid(String uuid)
      Sets the shared resource uuid.
      Parameters:
      uuid - the shared resource uuid
    • getName

      public String getName()
      Returns the shared resource name.
      Returns:
      the shared resource name
    • setName

      public void setName(String name)
      Sets the shared resource name.
      Parameters:
      name - the shared resource name
    • getLogMaster

      public BOLogMaster getLogMaster()
      Returns the log master for the shared resource.
      Returns:
      the log master
    • setLogMaster

      public void setLogMaster(BOLogMaster logMaster)
      Sets the log master for the shared resource.
      Parameters:
      logMaster - the log master