com.konakartadmin.app
Class AdminFile

java.lang.Object
  extended by com.konakartadmin.app.AdminFile

public class AdminFile
extends java.lang.Object

AdminFile object for the KonaKart Admin App


Field Summary
private  java.lang.String displayName
          displayName
private  java.lang.String fileName
          fileName
 
Constructor Summary
AdminFile()
          Constructor
 
Method Summary
 java.lang.String getDisplayName()
           
 java.lang.String getFileName()
           
 void setDisplayName(java.lang.String displayName)
           
 void setFileName(java.lang.String fileName)
           
 java.lang.String toString()
           
 java.lang.String toStringBrief()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

displayName

private java.lang.String displayName
displayName


fileName

private java.lang.String fileName
fileName

Constructor Detail

AdminFile

public AdminFile()
Constructor

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object
Returns:
Returns a string containing the attributes of the Address object.

toStringBrief

public java.lang.String toStringBrief()
Returns:
Returns a brief string containing the attributes of the Address object.

getDisplayName

public java.lang.String getDisplayName()
Returns:
Returns the displayName.

setDisplayName

public void setDisplayName(java.lang.String displayName)
Parameters:
displayName - The displayName to set.

getFileName

public java.lang.String getFileName()
Returns:
Returns the fileName.

setFileName

public void setFileName(java.lang.String fileName)
Parameters:
fileName - The fileName to set.


Copyright © 2011 DS Data Systems UK Ltd.