Class AttributesValueObject
- java.lang.Object
-
- de.hybris.bootstrap.xml.AbstractValueObject
-
- de.hybris.platform.ldap.jalo.configuration.valueobject.AttributesValueObject
-
public class AttributesValueObject extends AbstractValueObject
-
-
Constructor Summary
Constructors Constructor Description AttributesValueObject(java.util.Collection<AttributeValueObject> attributes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Collection<AttributeValueObject>getAllAttributes()HeaderEntrygetHeaderEntry(java.lang.String ldap)java.util.List<java.lang.String>getSupportedLDAPAttributes()java.lang.StringgetTypeCode()booleanisSupportedLDAPAttribute(java.lang.String ldap)voidsetTypeCode(java.lang.String typeCode)java.lang.StringtoString()-
Methods inherited from class de.hybris.bootstrap.xml.AbstractValueObject
getEndLineNumber, getStartLineNumber, getXML, setEndLineNumber, setStartLineNumber, setXML
-
-
-
-
Constructor Detail
-
AttributesValueObject
public AttributesValueObject(java.util.Collection<AttributeValueObject> attributes)
-
-
Method Detail
-
getTypeCode
public java.lang.String getTypeCode()
-
setTypeCode
public void setTypeCode(java.lang.String typeCode)
-
getSupportedLDAPAttributes
public java.util.List<java.lang.String> getSupportedLDAPAttributes()
-
isSupportedLDAPAttribute
public boolean isSupportedLDAPAttribute(java.lang.String ldap)
-
getAllAttributes
public java.util.Collection<AttributeValueObject> getAllAttributes()
-
getHeaderEntry
public HeaderEntry getHeaderEntry(java.lang.String ldap)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classAbstractValueObject
-
-