public class Materialfile
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected IParsedExpression |
cond |
protected java.lang.String |
part |
protected java.lang.String |
path |
protected SpecialAction |
specialAction |
protected boolean |
useAlpha |
Constructor and Description |
---|
Materialfile(java.lang.String part,
java.lang.String path,
boolean useAlpha,
SpecialAction specialaction,
IParsedExpression cond) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName() |
java.lang.String |
getPath() |
SpecialAction |
getSpecialAction() |
boolean |
isUseAlpha() |
void |
setName(java.lang.String name) |
void |
setPath(java.lang.String path) |
void |
setSpecialAction(SpecialAction specialAction) |
void |
setUseAlpha(boolean useAlpha) |
protected java.lang.String part
protected java.lang.String path
protected IParsedExpression cond
protected boolean useAlpha
protected SpecialAction specialAction
public Materialfile(java.lang.String part, java.lang.String path, boolean useAlpha, SpecialAction specialaction, IParsedExpression cond)
public java.lang.String getName()
public void setName(java.lang.String name)
name
- the name to setpublic java.lang.String getPath()
public void setPath(java.lang.String path)
path
- the path to setpublic boolean isUseAlpha()
public void setUseAlpha(boolean useAlpha)
useAlpha
- the useAlpha to setpublic SpecialAction getSpecialAction()
public void setSpecialAction(SpecialAction specialAction)
specialAction
- the specialAction to set