Class PositionAddressData
java.lang.Object
org.bidib.wizard.mvc.position.model.PositionAddressData
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanintlonginthashCode()voidsetDecoderAddress(int decoderAddress) voidsetLastSeenTimestamp(long lastSeenTimestamp) toString()
-
Constructor Details
-
PositionAddressData
public PositionAddressData(int decoderAddress, long lastSeenTimestamp)
-
-
Method Details
-
getDecoderAddress
public int getDecoderAddress()- Returns:
- the decoderAddress
-
setDecoderAddress
public void setDecoderAddress(int decoderAddress) - Parameters:
decoderAddress- the decoderAddress to set
-
getLastSeenTimestamp
public long getLastSeenTimestamp()- Returns:
- the lastSeenTimestamp
-
setLastSeenTimestamp
public void setLastSeenTimestamp(long lastSeenTimestamp) - Parameters:
lastSeenTimestamp- the lastSeenTimestamp to set
-
hashCode
public int hashCode() -
equals
-
toString
-