Class BOCrewShellAddress

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.core.bl.crewshell.address.BOCrewShellAddress
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class BOCrewShellAddress extends DynO
Business object representing a crew shell address.
Since:
16.0
See Also:
  • Constructor Details

    • BOCrewShellAddress

      public BOCrewShellAddress()
  • Method Details

    • getId

      public Long getId()
      Returns the ID of the crew shell's address
      Returns:
      id the ID of the crew shell's address
    • setId

      public void setId(Long id)
      Sets the ID of the crew shell's address
      Parameters:
      id - the ID of the crew shell's address
    • getCrewShell

      public Long getCrewShell()
      Returns the ID of the crew shell associated with the crew shell's address
      Returns:
      crewShell the ID crew shell associated with the crew shell's address
      See Also:
    • setCrewShell

      public void setCrewShell(Long crewShell)
      Sets the ID of the crew shell associated with the crew shell's address
      Parameters:
      crewShell - the ID of the crew shell associated with the crew shell's address
      See Also:
    • getAddress

      public Long getAddress()
      Returns the ID of the address associated with the crew shell's address
      Returns:
      address the ID of the address associated with the crew shell's address
      See Also:
    • setAddress

      public void setAddress(Long address)
      Sets the ID of the address associated with the crew shell's address
      Parameters:
      address - the ID of the address associated with the crew shell's address
    • getDescription

      public String getDescription()
      Returns the description of the crew shell's address
      Returns:
      description the description of the crew shell's address
    • setDescription

      public void setDescription(String description)
      Sets the description of the crew shell's address
      Parameters:
      description - the description of the crew shell's address