ObsId

csw.params.core.models.ObsId
See theObsId companion object
case class ObsId(programId: ProgramId, observationNumber: Int)

Represents a unique observation id

Value parameters

observationNumber

Unique observation number in pattern O followed by 3 digit number

programId

represents program Id

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Returns the ObsId in form of Option

Returns the ObsId in form of Option

Attributes

Returns

a defined Option with obsId

def asOptional: Optional[ObsId]

Returns the ObsId in form of Optional

Returns the ObsId in form of Optional

Attributes

Returns

a defined Optional with obsId

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product