Class BOSharedResourceMetadata

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.docshare.documents.bl.sharedresource.metadata.BOSharedResourceMetadata
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class BOSharedResourceMetadata extends DynO
Business object representing a shared resource metadata.
Since:
14.0
See Also:
GCApi:
bo
  • Constructor Details

    • BOSharedResourceMetadata

      public BOSharedResourceMetadata()
  • Method Details

    • getId

      public Long getId()
      Returns the id.
      Returns:
      the id
    • setId

      public void setId(Long id)
      Sets the id.
      Parameters:
      id - the id
    • getSharedResource

      public Long getSharedResource()
      Returns the shared resource.
      Returns:
      the shared resource
    • setSharedResource

      public void setSharedResource(Long sharedResource)
      Sets the shared resource.
      Parameters:
      sharedResource - the shared resource
    • getDescription

      public String getDescription()
      Returns the description.
      Returns:
      the description
    • setDescription

      public void setDescription(String description)
      Sets the description.
      Parameters:
      description - the description
    • getNumber

      public String getNumber()
      Returns the number.
      Returns:
      the number
    • setNumber

      public void setNumber(String number)
      Sets the number.
      Parameters:
      number - the number
    • getNotes

      public String getNotes()
      Returns the notes.
      Returns:
      the notes
    • setNotes

      public void setNotes(String notes)
      Sets the notes.
      Parameters:
      notes - the notes