public class WindGateOutputInfo extends WindGatePortInfo
Constructor and Description |
---|
WindGateOutputInfo(String name,
String descriptionClass,
String profileName,
String resourceName,
Map<String,String> configuration)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
String |
toString() |
getConfiguration, getDescriptionClass, getName, getProfileName, getResourceName
public WindGateOutputInfo(String name, String descriptionClass, String profileName, String resourceName, Map<String,String> configuration)
name
- the port namedescriptionClass
- the description classprofileName
- the profile nameresourceName
- the resource nameconfiguration
- the driver configurationpublic int hashCode()
hashCode
in class WindGatePortInfo
public boolean equals(Object obj)
equals
in class WindGatePortInfo
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.