org.eclipse.higgins.icard.provider.cardspace.common
Class IssuerInformationEntry

java.lang.Object
  extended by org.eclipse.higgins.icard.provider.cardspace.common.IssuerInformationEntry
All Implemented Interfaces:
org.eclipse.higgins.icard.IIssuerInformationEntry

public class IssuerInformationEntry
extends Object
implements org.eclipse.higgins.icard.IIssuerInformationEntry


Constructor Summary
IssuerInformationEntry(String entryName, String entryValue)
           
 
Method Summary
 String getEntryName()
           
 String getEntryValue()
           
 void setEntryName(String entryName)
           
 void setEntryValue(String entryValue)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IssuerInformationEntry

public IssuerInformationEntry(String entryName,
                              String entryValue)
Method Detail

getEntryName

public String getEntryName()
Specified by:
getEntryName in interface org.eclipse.higgins.icard.IIssuerInformationEntry

getEntryValue

public String getEntryValue()
Specified by:
getEntryValue in interface org.eclipse.higgins.icard.IIssuerInformationEntry

setEntryName

public void setEntryName(String entryName)
Parameters:
entryName -

setEntryValue

public void setEntryValue(String entryValue)
Parameters:
entryValue -