public class ExpirationDate extends BaseTrackData
| Constructor and Description |
|---|
ExpirationDate()
No expiration date.
|
ExpirationDate(String rawExpirationDate)
Expiration date parsed from raw track data.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
boolean |
exceedsMaximumLength()
Whether the track data exceeds the maximum length allowed.
|
org.threeten.bp.YearMonth |
getExpirationDate()
Gets the card expiration date.
|
boolean |
hasExpirationDate()
Checks whether the card expiration date is available.
|
int |
hashCode() |
String |
toString() |
getRawTrackData, hasRawTrackDatapublic ExpirationDate()
public ExpirationDate(String rawExpirationDate)
rawExpirationDate - Raw track data for expiration date.public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)public boolean exceedsMaximumLength()
TrackDataTrackData.exceedsMaximumLength()public org.threeten.bp.YearMonth getExpirationDate()
public boolean hasExpirationDate()
public int hashCode()
hashCode in class ObjectObject.hashCode()public String toString()
toString in class BaseTrackDataObject.toString()Copyright © 2014 Sualeh Fatehi. All rights reserved.