public class Engine extends Object implements Serializable
Constructor and Description |
---|
Engine() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Overrides the Object.equals method.
|
String |
getClassName()
Returns the value of field 'className'.
|
String |
getExtensions()
Returns the value of field 'extensions'.
|
String |
getLanguage()
Returns the value of field 'language'.
|
int |
hashCode()
Method hashCode.
|
void |
setClassName(String className)
Sets the value of field 'className'.
|
void |
setExtensions(String extensions)
Sets the value of field 'extensions'.
|
void |
setLanguage(String language)
Sets the value of field 'language'.
|
public boolean equals(Object obj)
public String getClassName()
public String getExtensions()
public String getLanguage()
public int hashCode()
public void setClassName(String className)
className
- the value of field 'className'.public void setExtensions(String extensions)
extensions
- the value of field 'extensions'.public void setLanguage(String language)
language
- the value of field 'language'.Copyright © 2017. All rights reserved.