uCosminexus Application Server, Security Management Guide
class AttributeEntry
{
public AttributeEntry(String attr,
String alias,
String subcontext);
public AttributeEntry(String attr,
String alias);
public AttributeEntry(String attr);
public AttributeEntry();
public String getAlias();
public String getAttributeName();
public String getSubcontext();
public void setAlias(String alias);
public void setAttributeName(String attr);
public void setSubcontext(String subcontext);
}| Constructor/method name | Functionality |
|---|---|
| AttributeEntry constructor | Creates an instance of the AttributeEntry class. |
| getAlias method | Obtains the alias specified by the setAlias method or constructor. |
| getAttributeName method | Obtains the attribute name specified by the setAttributeName method or constructor. |
| getSubcontext method | Obtains the subcontext specified by the setSubcontext method or constructor. |
| setAlias method | Stores the alias specified by the parameter into the object. |
| setAttributeName method | Stores the attribute name specified by the parameter into the object. |
| setSubcontext method | Stores the subcontext specified by the parameter into the object. |
All Rights Reserved. Copyright (C) 2013, Hitachi, Ltd