Class Materialfile


  • public class Materialfile
    extends java.lang.Object
    Dataholder for Material informations
    • Field Detail

      • part

        protected java.lang.String part
      • path

        protected java.lang.String path
      • useAlpha

        protected boolean useAlpha
    • Constructor Detail

      • Materialfile

        public Materialfile​(java.lang.String part,
                            java.lang.String path,
                            boolean useAlpha,
                            SpecialAction specialaction,
                            IParsedExpression cond)
    • Method Detail

      • getName

        public java.lang.String getName()
        Returns:
        the name
      • setName

        public void setName​(java.lang.String name)
        Parameters:
        name - the name to set
      • getPath

        public java.lang.String getPath()
        Returns:
        the path
      • setPath

        public void setPath​(java.lang.String path)
        Parameters:
        path - the path to set
      • isUseAlpha

        public boolean isUseAlpha()
        Returns:
        the useAlpha
      • setUseAlpha

        public void setUseAlpha​(boolean useAlpha)
        Parameters:
        useAlpha - the useAlpha to set
      • getSpecialAction

        public SpecialAction getSpecialAction()
        Returns:
        the specialAction
      • setSpecialAction

        public void setSpecialAction​(SpecialAction specialAction)
        Parameters:
        specialAction - the specialAction to set