dk.tbsalling.aismessages.messages.types
Class MMSI

java.lang.Object
  extended by dk.tbsalling.aismessages.messages.types.MMSI
All Implemented Interfaces:
Serializable

public class MMSI
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
MMSI(Long mmsi)
           
 
Method Summary
 boolean equals(Object obj)
           
 Long getMMSI()
           
 int hashCode()
           
 String toString()
           
static MMSI valueOf(Long mmsi)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MMSI

public MMSI(Long mmsi)
Method Detail

valueOf

public static MMSI valueOf(Long mmsi)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object

getMMSI

public Long getMMSI()


Copyright © 2013 Thomas Borg Salling. All Rights Reserved.