gov.nasa.pds.citool.ri
Class RIRecord

java.lang.Object
  extended by gov.nasa.pds.citool.ri.RIRecord

public class RIRecord
extends Object

An object representation of a referential integrity record.

Author:
mcayanan

Constructor Summary
RIRecord(RIType type, List<String> parentFiles)
           
 
Method Summary
 void addProblem(gov.nasa.pds.tools.LabelParserException problem)
           
 void addProblems(List<gov.nasa.pds.tools.LabelParserException> problems)
           
 List<String> getParentFiles()
           
 List<gov.nasa.pds.tools.LabelParserException> getProblems()
           
 RIType getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RIRecord

public RIRecord(RIType type,
                List<String> parentFiles)
Method Detail

getParentFiles

public List<String> getParentFiles()

getType

public RIType getType()

addProblem

public void addProblem(gov.nasa.pds.tools.LabelParserException problem)

addProblems

public void addProblems(List<gov.nasa.pds.tools.LabelParserException> problems)

getProblems

public List<gov.nasa.pds.tools.LabelParserException> getProblems()


Copyright © 2010-2012 Planetary Data System. All Rights Reserved.