Package velo.ladealpha.main
Class Module
java.lang.Object
velo.ladealpha.main.Module
The Class Module.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfin()Fin.getCls()Gets the cls.Gets the isfinal.String[]Gets the methods.getName()Gets the name.Module[]getSub()Gets the sub.voidSets the cls.voidsetIsfinal(Boolean isfinal) Sets the isfinal.voidsetMethods(String[] methods) Sets the methods.voidSets the name.voidSets the sub.
-
Constructor Details
-
Module
Instantiates a new module.- Parameters:
name- the namemethods- the methodscls- the cls
-
Module
Instantiates a new module.- Parameters:
name- the name
-
Module
Instantiates a new module.- Parameters:
name- the namesub- the sub
-
-
Method Details
-
getMethods
Gets the methods.- Returns:
- the methods
-
setMethods
Sets the methods.- Parameters:
methods- the new methods
-
getCls
Gets the cls.- Returns:
- the cls
-
setCls
Sets the cls.- Parameters:
cls- the new cls
-
getIsfinal
Gets the isfinal.- Returns:
- the isfinal
-
setIsfinal
Sets the isfinal.- Parameters:
isfinal- the new isfinal
-
fin
Fin.- Returns:
- the module
-
getName
Gets the name.- Returns:
- the name
-
setName
Sets the name.- Parameters:
name- the new name
-
getSub
Gets the sub.- Returns:
- the sub
-
setSub
Sets the sub.- Parameters:
sub- the new sub
-