|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.javacard.ant.types.AppletNameAID
Defines the appletnameaid the link beween Applet name and instance aid
defined like
Field Summary | |
protected java.lang.String |
aid
Applet AID |
protected java.lang.String |
appletname
Applet name |
Constructor Summary | |
AppletNameAID()
|
Method Summary | |
java.lang.String |
getAid()
Returns the aid of the applet instance |
java.lang.String |
getAppletname()
Returns the applet name |
boolean |
isNull()
Checks that appletname and aid is not null |
void |
setAid(java.lang.String aid)
Sets the applet instance aid |
void |
setAppletname(java.lang.String name)
Set the Applet name |
java.lang.String |
toString()
returns the two elements as a string |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected java.lang.String appletname
protected java.lang.String aid
Constructor Detail |
public AppletNameAID()
Method Detail |
public void setAppletname(java.lang.String name)
name
- of the Applet classpublic void setAid(java.lang.String aid)
aid
- aid of the applet instance as a Stringpublic java.lang.String getAppletname()
public java.lang.String getAid()
public boolean isNull()
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |