@Deprecated public class DataFileTypeInfo extends BasicItemInfo implements NameableInfo, Serializable
DataFileType
,
Serialized FormModifier and Type | Field and Description |
---|---|
private String |
description
Deprecated.
|
private String |
extension
Deprecated.
|
private String |
externalId
Deprecated.
|
private String |
name
Deprecated.
|
private static long |
serialVersionUID
Deprecated.
|
Constructor and Description |
---|
DataFileTypeInfo()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Deprecated.
Gets the description of the info object
|
String |
getExtension()
Deprecated.
|
String |
getExternalId()
Deprecated.
|
String |
getName()
Deprecated.
Get the name of the info object
|
void |
setDescription(String description)
Deprecated.
Sets the description of an info object.
|
void |
setExtension(String extension)
Deprecated.
|
void |
setExternalId(String externalId)
Deprecated.
|
void |
setName(String name)
Deprecated.
Set the info object's name
|
getId, getVersion, setId, setVersion
private static final long serialVersionUID
private String externalId
private String extension
private String name
private String description
public void setExternalId(String externalId)
externalId
- The externalId to set.public String getExternalId()
public void setExtension(String extension)
extension
- The extension to set.public String getExtension()
public void setDescription(String description)
NameableInfo
setDescription
in interface NameableInfo
description
- The description to set.public String getDescription()
NameableInfo
getDescription
in interface NameableInfo
public void setName(String name)
NameableInfo
setName
in interface NameableInfo
name
- The name to set.public String getName()
NameableInfo
getName
in interface NameableInfo