public class ReferenceEntry extends Object
Constructor and Description |
---|
ReferenceEntry()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
File |
getFile()
Gets the file.
|
String |
getGuid() |
int |
getLineNumber()
Gets the line number.
|
String |
getLogicalID()
Get the logical identifier.
|
String |
getType()
Get the reference type.
|
String |
getVersion()
Get the version.
|
boolean |
hasGuid()
Determines if the guid has been set.
|
boolean |
hasVersion()
Flag to indicate if the association contains
a version.
|
void |
setFile(File file)
Sets the file associated with the reference entry.
|
void |
setGuid(String guid)
Set the guid.
|
void |
setLineNumber(int num)
Sets the line number associated with the reference entry.
|
void |
setLogicalID(String id)
Set the logical identifier.
|
void |
setType(String type)
Set the reference type.
|
void |
setVersion(String ver)
Set the version.
|
public String getLogicalID()
public void setLogicalID(String id)
id
- A LID.public String getVersion()
public void setVersion(String ver)
ver
- A version ID.public boolean hasVersion()
public String getType()
public void setType(String type)
type
- A type.public void setFile(File file)
file
- The file.public File getFile()
public void setLineNumber(int num)
num
- A line number.public int getLineNumber()
public String getGuid()
public void setGuid(String guid)
guid
- A guid.public boolean hasGuid()
Copyright © 2010–2016 Planetary Data System. All rights reserved.