|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.tools.importexport.bo.AssociationFile
public class AssociationFile
Constructor Summary | |
---|---|
AssociationFile()
|
Method Summary | |
---|---|
long |
getDateCreation()
Gets the date creation. |
java.lang.String |
getDescription()
Gets the description. |
java.lang.String |
getId()
Gets the id. |
java.lang.String |
getName()
Gets the name. |
static boolean |
isValidContent(byte[] bytes)
Checks if is valid content. |
static boolean |
isValidContent(java.io.FileInputStream fis)
Checks if is valid content. |
static boolean |
isValidContent(java.lang.String xmlStr)
Checks if is valid content. |
void |
setDateCreation(long dateCreation)
Sets the date creation. |
void |
setDescription(java.lang.String description)
Sets the description. |
void |
setId(java.lang.String id)
Sets the id. |
void |
setName(java.lang.String name)
Sets the name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AssociationFile()
Method Detail |
---|
public long getDateCreation()
public void setDateCreation(long dateCreation)
dateCreation
- the new date creationpublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- the new descriptionpublic java.lang.String getName()
public void setName(java.lang.String name)
name
- the new namepublic java.lang.String getId()
public void setId(java.lang.String id)
id
- the new idpublic static boolean isValidContent(java.lang.String xmlStr)
xmlStr
- the xml str
public static boolean isValidContent(byte[] bytes)
bytes
- the bytes
public static boolean isValidContent(java.io.FileInputStream fis)
fis
- the fis
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |