org.chorem.bow
Interface Import

All Superinterfaces:
org.nuiton.wikitty.entities.BusinessEntity, Cloneable, Serializable
All Known Implementing Classes:
ImportAbstract, ImportImpl

public interface Import
extends org.nuiton.wikitty.entities.BusinessEntity


Field Summary
static String EXT_IMPORT
           
static String FIELD_IMPORT_DATE
           
static String FQ_FIELD_IMPORT_DATE
           
 
Method Summary
 Date getDate()
          getDate :
 void setDate(Date date)
          setDate :
 
Methods inherited from interface org.nuiton.wikitty.entities.BusinessEntity
addPropertyChangeListener, addPropertyChangeListener, copyFrom, getExtensionFields, getExtensionNames, getField, getWikittyId, getWikittyVersion, removePropertyChangeListener, removePropertyChangeListener, setField, setWikittyVersion
 

Field Detail

EXT_IMPORT

static final String EXT_IMPORT
See Also:
Constant Field Values

FIELD_IMPORT_DATE

static final String FIELD_IMPORT_DATE
See Also:
Constant Field Values

FQ_FIELD_IMPORT_DATE

static final String FQ_FIELD_IMPORT_DATE
See Also:
Constant Field Values
Method Detail

getDate

Date getDate()
getDate :

Returns:
Date

setDate

void setDate(Date date)
setDate :

Parameters:
date -


Copyright © 2010-2011 CodeLutin. All Rights Reserved.