Class Import
- java.lang.Object
-
- com.hybris.cockpitng.core.persistence.impl.jaxb.Import
-
public class Import extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringmoduleUrl
-
Constructor Summary
Constructors Constructor Description Import()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetModuleUrl()java.util.Map<javax.xml.namespace.QName,java.lang.String>getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class.java.lang.StringgetResource()voidsetModuleUrl(java.lang.String moduleUrl)voidsetResource(java.lang.String resource)
-
-
-
Method Detail
-
getResource
public java.lang.String getResource()
-
setResource
public void setResource(java.lang.String resource)
-
getModuleUrl
public java.lang.String getModuleUrl()
-
setModuleUrl
public void setModuleUrl(java.lang.String moduleUrl)
-
getOtherAttributes
public java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.
- Returns:
- always non-null
-
-