|
www.element4solution.com | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecte4s.util.E4Object
e4s.db.dict.E4DBGeneratedClass
public abstract class E4DBGeneratedClass
Base class for generated object that holds package information.
E4DBTable,
E4DBType| Field Summary | |
|---|---|
static java.lang.String |
_XML_ATTR_DEPRECATED
Belongs this view/type/table to the e4s? |
static java.lang.String |
_XML_ATTR_SYSTEM
Belongs this view/type/table to the e4s? |
static java.lang.String |
_XML_TAG_PACKAGE
Used for storing package information in the dictionary XML structure. |
| Fields inherited from class e4s.util.E4Object |
|---|
CRLF, E4S_CORE_SYSTEM_LANGUAGE, NBSP, NULLSTR, URL_ENCODING_CHARSET |
| Constructor Summary | |
|---|---|
E4DBGeneratedClass()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
_getSVNVersionString()
Get version info string from subversion. |
java.util.Date |
getCreated()
Get the date of creation. |
boolean |
getDeprecated()
|
java.lang.String |
getGenerationOutputPath()
|
static java.lang.String |
getGenerationOutputPath(java.lang.String package_name,
boolean create_directory)
|
java.util.Date |
getModified()
Get the date of the last modification. |
java.lang.String |
getPackage(boolean use_default)
Get the custom package name. |
java.lang.String |
getPackagePath()
|
protected AEP_DictionaryPlugIn[] |
getPlugins()
|
boolean |
hasChanged()
|
protected boolean |
isSystem()
Is this table or view an E4S system table? |
static void |
printGenerateHeader(E4DBJavaGeneratorPrintStream out,
java.lang.Class clazz)
|
void |
resetChanged()
|
void |
setCreated(java.util.Date created)
Set the date of creation. |
void |
setDeprecated(boolean deprecated)
|
void |
setHasChanged()
|
void |
setModified(java.util.Date modified)
Set the date of modification. |
void |
setPackage(java.lang.String packagename)
Set the custom package name. |
protected void |
setSystem(boolean mode)
Internal use of E4S only. |
void |
toXml_Package(E4PrintStream pstr)
|
| Methods inherited from class e4s.util.E4Object |
|---|
Calendar, CName, CName, E4LabelApp, E4LabelApp, E4LabelApp, E4LabelApp, E4LabelApp, E4LabelApp, E4LabelNone, E4LabelNone, E4LabelNone, E4LabelNone, E4LabelSys, E4LabelSys, e4sCopyright, e4sVersion, encode, encode, encode, encodeHtml, encodeHtml, encodeHtml, encodeURL, encodeURL, encodeURL, finalize, getLINE, getTRACE, getTRACE, getTRACE, getTRACE, getTRACE, getTRACE, getTraceMemory, HtmlEncode, HtmlEncode, HtmlEncode, isdecimal, isdigit, isnotok, isnotok, isnumeric, isok, isok, isok, isok, lastCallingFunction, lastCallingFunction, lastCallingFunction, lastCallingFunction, lastCallingStack, mkdirs, null2nbsp, null2nbsp, null2nbsp, ok, ok, ok, ok, outPrintln, setLogFile4Trace, setTraceMemory, STACKTRACE, toDebug, toDouble, toFloat, toFloat, toString, TRACE_CALLS, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, wait |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String _XML_ATTR_SYSTEM
public static final java.lang.String _XML_ATTR_DEPRECATED
public static final java.lang.String _XML_TAG_PACKAGE
E4DBTable._XML_TAG_TABLE,
E4DBType._XML_TAG_TYPE,
E4DBXmlDictionaryHandler,
Constant Field Values| Constructor Detail |
|---|
public E4DBGeneratedClass()
| Method Detail |
|---|
public java.lang.String getPackage(boolean use_default)
throws E4DBException
use_default - if the package is not defined on table level, use the package defined
global for the data dictionary
E4DBExceptionsetPackage(String),
E4DBSettings.getDictPackage()
public java.lang.String getPackagePath()
throws java.lang.Exception
java.lang.Exceptionpublic void setPackage(java.lang.String packagename)
setPackage(String)public java.lang.String getGenerationOutputPath()
public static java.lang.String getGenerationOutputPath(java.lang.String package_name,
boolean create_directory)
throws E4DBException
E4DBException
public void toXml_Package(E4PrintStream pstr)
throws java.lang.Exception
java.lang.Exceptionpublic void setModified(java.util.Date modified)
modified - date the table has been modifiedgetModified(),
setCreated(java.util.Date)public java.util.Date getModified()
setModified(java.util.Date),
getCreated()public void setCreated(java.util.Date created)
created - date the table has been createdgetCreated(),
setModified(java.util.Date)public java.util.Date getCreated()
getModified(),
setCreated(java.util.Date)protected boolean isSystem()
protected void setSystem(boolean mode)
isSystem()
public static void printGenerateHeader(E4DBJavaGeneratorPrintStream out,
java.lang.Class clazz)
protected AEP_DictionaryPlugIn[] getPlugins()
public void setDeprecated(boolean deprecated)
public boolean getDeprecated()
public void setHasChanged()
public void resetChanged()
public boolean hasChanged()
public static java.lang.String _getSVNVersionString()
E4Util.getRevisionCodeFromSVN(Class)
|
www.element4solution.com | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||