public class SubLink extends Object
Constructor and Description |
---|
SubLink(String className,
String linkAtt)
Construct a new Sublink instance.
|
Modifier and Type | Method and Description |
---|---|
String |
getClassName()
Return the target class name of this sublink.
|
String |
getLinkAtt()
Returns the name of the linking attribute
|
void |
setClassName(String className)
Set the class name for the target of this sublink.
|
void |
setLinkAtt(String linkAtt)
Set the attribute name of the linking attribute of this sublink.
|
public void setClassName(String className)
className
- the target class namepublic String getClassName()
public void setLinkAtt(String linkAtt)
linkAtt
- the name of the linking attributepublic String getLinkAtt()
@enterprise 10.0.39049 Copyright © 2024 FREQUENTIS AG. All Rights Reserved.