Class BaseAdvancedField.Dependency
java.lang.Object
com.vdoc.sdk.commons.ui.document.fields.BaseAdvancedField.Dependency
- Enclosing class:
BaseAdvancedField
Dependency
- Author:
- vmartinon
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDependency(String name, int type, String src) ConstructorDependency(String name, String version, int type, String src) Constructor -
Method Summary
-
Field Details
-
TYPE_CSS
public static final int TYPE_CSS- See Also:
-
TYPE_JS
public static final int TYPE_JS- See Also:
-
name
-
version
-
type
protected int type -
src
-
-
Constructor Details
-
Dependency
Constructor- Parameters:
name- the nameversion- the versiontype- the typesrc- the source
-
Dependency
Constructor- Parameters:
name- the nametype- the typesrc- the source
-
-
Method Details
-
getName
- Returns:
- the name
-
setName
- Parameters:
name- the name to set
-
getVersion
- Returns:
- the version
-
setVersion
- Parameters:
version- the version to set
-
getType
public int getType()- Returns:
- the type
-
setType
public void setType(int type) - Parameters:
type- the type to set
-
getSrc
- Returns:
- the src
-
setSrc
- Parameters:
src- the src to set
-