public class Name extends BaseTrackData
| Constructor and Description |
|---|
Name()
No name.
|
Name(String rawName)
Name from raw magnetic track data.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
boolean |
exceedsMaximumLength()
Whether the track data exceeds the maximum length allowed.
|
String |
getFirstName()
Gets the first name.
|
String |
getFullName()
Gets the full name.
|
String |
getLastName()
Gets the last name.
|
boolean |
hasFirstName()
Checks whether the first name is available.
|
boolean |
hasFullName()
Checks whether the full name (first and last) is available.
|
int |
hashCode() |
boolean |
hasLastName()
Checks whether the last name is available.
|
boolean |
hasName()
Checks whether the name (either first or last) is available.
|
String |
toString() |
getRawTrackData, hasRawTrackDatapublic Name()
public Name(String rawName)
rawName - Raw magnetic track data for name.public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)public boolean exceedsMaximumLength()
TrackDataTrackData.exceedsMaximumLength()public String getFirstName()
public String getFullName()
public String getLastName()
public boolean hasFirstName()
public boolean hasFullName()
public int hashCode()
hashCode in class ObjectObject.hashCode()public boolean hasLastName()
public boolean hasName()
public String toString()
toString in class BaseTrackDataObject.toString()Copyright © 2014 Sualeh Fatehi. All rights reserved.