|
3.2.1: 2012-12-13 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.basedb.core.data.BasicData
net.sf.basedb.core.data.PlatformFileTypeData
public class PlatformFileTypeData
This class hols information about which file types are used on which experimental platforms and variants.
PlatformFileType
,
Developer documentation: Experimental platforms and item subtypesField Summary | |
---|---|
private DataFileTypeData |
fileType
|
private boolean |
multiple
|
private PlatformData |
platform
|
private boolean |
required
|
private PlatformVariantData |
variant
|
Constructor Summary | |
---|---|
PlatformFileTypeData()
|
Method Summary | |
---|---|
boolean |
getAllowMultiple()
If multiple files of this type are allowed in a file set or not. |
DataFileTypeData |
getDataFileType()
Get the file type. |
PlatformData |
getPlatform()
Get the platform. |
PlatformVariantData |
getVariant()
Get the platform variant or null. |
boolean |
isRequired()
If a file of this type is required or not. |
void |
setAllowMultiple(boolean multiple)
|
void |
setDataFileType(DataFileTypeData fileType)
|
void |
setPlatform(PlatformData platform)
|
void |
setRequired(boolean required)
|
void |
setVariant(PlatformVariantData variant)
|
Methods inherited from class net.sf.basedb.core.data.BasicData |
---|
equals, getId, getVersion, hashCode, setId, setVersion, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private DataFileTypeData fileType
private PlatformData platform
private PlatformVariantData variant
private boolean required
private boolean multiple
Constructor Detail |
---|
public PlatformFileTypeData()
Method Detail |
---|
public DataFileTypeData getDataFileType()
public void setDataFileType(DataFileTypeData fileType)
public PlatformData getPlatform()
public void setPlatform(PlatformData platform)
public PlatformVariantData getVariant()
public void setVariant(PlatformVariantData variant)
public boolean isRequired()
public void setRequired(boolean required)
public boolean getAllowMultiple()
public void setAllowMultiple(boolean multiple)
|
3.2.1: 2012-12-13 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |