Seam.Remoting.type.de$hybris$platform$core$Tenant = function() {
}

Seam.Remoting.type.de$hybris$platform$core$Tenant.__name = "de.hybris.platform.core.Tenant";
Seam.Remoting.type.de$hybris$platform$core$Tenant.__metadata = [
];

Seam.Remoting.registerType(Seam.Remoting.type.de$hybris$platform$core$Tenant);

Seam.Remoting.type.de$hybris$platform$util$BridgeAbstraction = function() {
  this.tenant = undefined;
  this.implementation = undefined;
  Seam.Remoting.type.de$hybris$platform$util$BridgeAbstraction.prototype.getTenant = function() { return this.tenant; }
  Seam.Remoting.type.de$hybris$platform$util$BridgeAbstraction.prototype.getImplementation = function() { return this.implementation; }
  Seam.Remoting.type.de$hybris$platform$util$BridgeAbstraction.prototype.setTenant = function(tenant) { this.tenant = tenant; }
  Seam.Remoting.type.de$hybris$platform$util$BridgeAbstraction.prototype.setImplementation = function(implementation) { this.implementation = implementation; }
}

Seam.Remoting.type.de$hybris$platform$util$BridgeAbstraction.__name = "de.hybris.platform.util.BridgeAbstraction";
Seam.Remoting.type.de$hybris$platform$util$BridgeAbstraction.__metadata = [
  {field: "tenant", type: "bean"},
  {field: "implementation", type: "bean"}];

Seam.Remoting.registerType(Seam.Remoting.type.de$hybris$platform$util$BridgeAbstraction);

Seam.Remoting.type.de$hybris$platform$util$BridgeInterface = function() {
  this.abstraction = undefined;
  Seam.Remoting.type.de$hybris$platform$util$BridgeInterface.prototype.getAbstraction = function() { return this.abstraction; }
  Seam.Remoting.type.de$hybris$platform$util$BridgeInterface.prototype.setAbstraction = function(abstraction) { this.abstraction = abstraction; }
}

Seam.Remoting.type.de$hybris$platform$util$BridgeInterface.__name = "de.hybris.platform.util.BridgeInterface";
Seam.Remoting.type.de$hybris$platform$util$BridgeInterface.__metadata = [
  {field: "abstraction", type: "bean"}];

Seam.Remoting.registerType(Seam.Remoting.type.de$hybris$platform$util$BridgeInterface);

Seam.Remoting.type.de$hybris$platform$jalo$Item = function() {
  this.composedType = undefined;
  this.allAttributes = undefined;
  this.tenant = undefined;
  this.implementation = undefined;
  this.owner = undefined;
  this.modificationTime = undefined;
  Seam.Remoting.type.de$hybris$platform$jalo$Item.prototype.getComposedType = function() { return this.composedType; }
  Seam.Remoting.type.de$hybris$platform$jalo$Item.prototype.getAllAttributes = function() { return this.allAttributes; }
  Seam.Remoting.type.de$hybris$platform$jalo$Item.prototype.getTenant = function() { return this.tenant; }
  Seam.Remoting.type.de$hybris$platform$jalo$Item.prototype.getImplementation = function() { return this.implementation; }
  Seam.Remoting.type.de$hybris$platform$jalo$Item.prototype.getOwner = function() { return this.owner; }
  Seam.Remoting.type.de$hybris$platform$jalo$Item.prototype.getModificationTime = function() { return this.modificationTime; }
  Seam.Remoting.type.de$hybris$platform$jalo$Item.prototype.setComposedType = function(composedType) { this.composedType = composedType; }
  Seam.Remoting.type.de$hybris$platform$jalo$Item.prototype.setAllAttributes = function(allAttributes) { this.allAttributes = allAttributes; }
  Seam.Remoting.type.de$hybris$platform$jalo$Item.prototype.setTenant = function(tenant) { this.tenant = tenant; }
  Seam.Remoting.type.de$hybris$platform$jalo$Item.prototype.setImplementation = function(implementation) { this.implementation = implementation; }
  Seam.Remoting.type.de$hybris$platform$jalo$Item.prototype.setOwner = function(owner) { this.owner = owner; }
  Seam.Remoting.type.de$hybris$platform$jalo$Item.prototype.setModificationTime = function(modificationTime) { this.modificationTime = modificationTime; }
}

Seam.Remoting.type.de$hybris$platform$jalo$Item.__name = "de.hybris.platform.jalo.Item";
Seam.Remoting.type.de$hybris$platform$jalo$Item.__metadata = [
  {field: "composedType", type: "bean"},
  {field: "tenant", type: "bean"},
  {field: "allAttributes", type: "map"},
  {field: "implementation", type: "bean"},
  {field: "owner", type: "bean"},
  {field: "modificationTime", type: "date"}];

Seam.Remoting.registerType(Seam.Remoting.type.de$hybris$platform$jalo$Item);

Seam.Remoting.type.de$hybris$platform$jalo$type$ComposedType = function() {
  this.composedType = undefined;
  this.allAttributes = undefined;
  this.generate = undefined;
  this.jaloOnly = undefined;
  this.singleton = undefined;
  this.declaredAttributeDescriptors = undefined;
  this.modificationTime = undefined;
  this.allNames = undefined;
  this.tenant = undefined;
  this.extensionName = undefined;
  this.implementation = undefined;
  this.description = undefined;
  this.autocreate = undefined;
  this.name = undefined;
  this.jaloClass = undefined;
  this.owner = undefined;
  this.defaultValue = undefined;
  this.allDescriptions = undefined;
  Seam.Remoting.type.de$hybris$platform$jalo$type$ComposedType.prototype.getComposedType = function() { return this.composedType; }
  Seam.Remoting.type.de$hybris$platform$jalo$type$ComposedType.prototype.getAllAttributes = function() { return this.allAttributes; }
  Seam.Remoting.type.de$hybris$platform$jalo$type$ComposedType.prototype.isGenerate = function() { return this.generate; }
  Seam.Remoting.type.de$hybris$platform$jalo$type$ComposedType.prototype.isJaloOnly = function() { return this.jaloOnly; }
  Seam.Remoting.type.de$hybris$platform$jalo$type$ComposedType.prototype.isSingleton = function() { return this.singleton; }
  Seam.Remoting.type.de$hybris$platform$jalo$type$ComposedType.prototype.getDeclaredAttributeDescriptors = function() { return this.declaredAttributeDescriptors; }
  Seam.Remoting.type.de$hybris$platform$jalo$type$ComposedType.prototype.getModificationTime = function() { return this.modificationTime; }
  Seam.Remoting.type.de$hybris$platform$jalo$type$ComposedType.prototype.getAllNames = function() { return this.allNames; }
  Seam.Remoting.type.de$hybris$platform$jalo$type$ComposedType.prototype.getTenant = function() { return this.tenant; }
  Seam.Remoting.type.de$hybris$platform$jalo$type$ComposedType.prototype.getExtensionName = function() { return this.extensionName; }
  Seam.Remoting.type.de$hybris$platform$jalo$type$ComposedType.prototype.getImplementation = function() { return this.implementation; }
  Seam.Remoting.type.de$hybris$platform$jalo$type$ComposedType.prototype.getDescription = function() { return this.description; }
  Seam.Remoting.type.de$hybris$platform$jalo$type$ComposedType.prototype.isAutocreate = function() { return this.autocreate; }
  Seam.Remoting.type.de$hybris$platform$jalo$type$ComposedType.prototype.getName = function() { return this.name; }
  Seam.Remoting.type.de$hybris$platform$jalo$type$ComposedType.prototype.getJaloClass = function() { return this.jaloClass; }
  Seam.Remoting.type.de$hybris$platform$jalo$type$ComposedType.prototype.getOwner = function() { return this.owner; }
  Seam.Remoting.type.de$hybris$platform$jalo$type$ComposedType.prototype.getDefaultValue = function() { return this.defaultValue; }
  Seam.Remoting.type.de$hybris$platform$jalo$type$ComposedType.prototype.getAllDescriptions = function() { return this.allDescriptions; }
  Seam.Remoting.type.de$hybris$platform$jalo$type$ComposedType.prototype.setComposedType = function(composedType) { this.composedType = composedType; }
  Seam.Remoting.type.de$hybris$platform$jalo$type$ComposedType.prototype.setAllAttributes = function(allAttributes) { this.allAttributes = allAttributes; }
  Seam.Remoting.type.de$hybris$platform$jalo$type$ComposedType.prototype.setGenerate = function(generate) { this.generate = generate; }
  Seam.Remoting.type.de$hybris$platform$jalo$type$ComposedType.prototype.setJaloOnly = function(jaloOnly) { this.jaloOnly = jaloOnly; }
  Seam.Remoting.type.de$hybris$platform$jalo$type$ComposedType.prototype.setSingleton = function(singleton) { this.singleton = singleton; }
  Seam.Remoting.type.de$hybris$platform$jalo$type$ComposedType.prototype.setDeclaredAttributeDescriptors = function(declaredAttributeDescriptors) { this.declaredAttributeDescriptors = declaredAttributeDescriptors; }
  Seam.Remoting.type.de$hybris$platform$jalo$type$ComposedType.prototype.setModificationTime = function(modificationTime) { this.modificationTime = modificationTime; }
  Seam.Remoting.type.de$hybris$platform$jalo$type$ComposedType.prototype.setAllNames = function(allNames) { this.allNames = allNames; }
  Seam.Remoting.type.de$hybris$platform$jalo$type$ComposedType.prototype.setTenant = function(tenant) { this.tenant = tenant; }
  Seam.Remoting.type.de$hybris$platform$jalo$type$ComposedType.prototype.setExtensionName = function(extensionName) { this.extensionName = extensionName; }
  Seam.Remoting.type.de$hybris$platform$jalo$type$ComposedType.prototype.setImplementation = function(implementation) { this.implementation = implementation; }
  Seam.Remoting.type.de$hybris$platform$jalo$type$ComposedType.prototype.setDescription = function(description) { this.description = description; }
  Seam.Remoting.type.de$hybris$platform$jalo$type$ComposedType.prototype.setAutocreate = function(autocreate) { this.autocreate = autocreate; }
  Seam.Remoting.type.de$hybris$platform$jalo$type$ComposedType.prototype.setName = function(name) { this.name = name; }
  Seam.Remoting.type.de$hybris$platform$jalo$type$ComposedType.prototype.setJaloClass = function(jaloClass) { this.jaloClass = jaloClass; }
  Seam.Remoting.type.de$hybris$platform$jalo$type$ComposedType.prototype.setOwner = function(owner) { this.owner = owner; }
  Seam.Remoting.type.de$hybris$platform$jalo$type$ComposedType.prototype.setDefaultValue = function(defaultValue) { this.defaultValue = defaultValue; }
  Seam.Remoting.type.de$hybris$platform$jalo$type$ComposedType.prototype.setAllDescriptions = function(allDescriptions) { this.allDescriptions = allDescriptions; }
}

Seam.Remoting.type.de$hybris$platform$jalo$type$ComposedType.__name = "de.hybris.platform.jalo.type.ComposedType";
Seam.Remoting.type.de$hybris$platform$jalo$type$ComposedType.__metadata = [
  {field: "composedType", type: "bean"},
  {field: "allAttributes", type: "map"},
  {field: "generate", type: "bool"},
  {field: "jaloOnly", type: "bool"},
  {field: "singleton", type: "bool"},
  {field: "declaredAttributeDescriptors", type: "bean"},
  {field: "modificationTime", type: "date"},
  {field: "allNames", type: "map"},
  {field: "tenant", type: "bean"},
  {field: "extensionName", type: "str"},
  {field: "implementation", type: "bean"},
  {field: "description", type: "str"},
  {field: "autocreate", type: "bool"},
  {field: "name", type: "str"},
  {field: "owner", type: "bean"},
  {field: "jaloClass", type: "bean"},
  {field: "defaultValue", type: "map"},
  {field: "allDescriptions", type: "map"}];

Seam.Remoting.registerType(Seam.Remoting.type.de$hybris$platform$jalo$type$ComposedType);

Seam.Remoting.type.de$hybris$platform$jalo$c2l$Language = function() {
  this.composedType = undefined;
  this.allAttributes = undefined;
  this.tenant = undefined;
  this.implementation = undefined;
  this.name = undefined;
  this.fallbackLanguages = undefined;
  this.owner = undefined;
  this.active = undefined;
  this.isoCode = undefined;
  this.modificationTime = undefined;
  Seam.Remoting.type.de$hybris$platform$jalo$c2l$Language.prototype.getComposedType = function() { return this.composedType; }
  Seam.Remoting.type.de$hybris$platform$jalo$c2l$Language.prototype.getAllAttributes = function() { return this.allAttributes; }
  Seam.Remoting.type.de$hybris$platform$jalo$c2l$Language.prototype.getTenant = function() { return this.tenant; }
  Seam.Remoting.type.de$hybris$platform$jalo$c2l$Language.prototype.getImplementation = function() { return this.implementation; }
  Seam.Remoting.type.de$hybris$platform$jalo$c2l$Language.prototype.getName = function() { return this.name; }
  Seam.Remoting.type.de$hybris$platform$jalo$c2l$Language.prototype.getFallbackLanguages = function() { return this.fallbackLanguages; }
  Seam.Remoting.type.de$hybris$platform$jalo$c2l$Language.prototype.getOwner = function() { return this.owner; }
  Seam.Remoting.type.de$hybris$platform$jalo$c2l$Language.prototype.isActive = function() { return this.active; }
  Seam.Remoting.type.de$hybris$platform$jalo$c2l$Language.prototype.getIsoCode = function() { return this.isoCode; }
  Seam.Remoting.type.de$hybris$platform$jalo$c2l$Language.prototype.getModificationTime = function() { return this.modificationTime; }
  Seam.Remoting.type.de$hybris$platform$jalo$c2l$Language.prototype.setComposedType = function(composedType) { this.composedType = composedType; }
  Seam.Remoting.type.de$hybris$platform$jalo$c2l$Language.prototype.setAllAttributes = function(allAttributes) { this.allAttributes = allAttributes; }
  Seam.Remoting.type.de$hybris$platform$jalo$c2l$Language.prototype.setTenant = function(tenant) { this.tenant = tenant; }
  Seam.Remoting.type.de$hybris$platform$jalo$c2l$Language.prototype.setImplementation = function(implementation) { this.implementation = implementation; }
  Seam.Remoting.type.de$hybris$platform$jalo$c2l$Language.prototype.setName = function(name) { this.name = name; }
  Seam.Remoting.type.de$hybris$platform$jalo$c2l$Language.prototype.setFallbackLanguages = function(fallbackLanguages) { this.fallbackLanguages = fallbackLanguages; }
  Seam.Remoting.type.de$hybris$platform$jalo$c2l$Language.prototype.setOwner = function(owner) { this.owner = owner; }
  Seam.Remoting.type.de$hybris$platform$jalo$c2l$Language.prototype.setActive = function(active) { this.active = active; }
  Seam.Remoting.type.de$hybris$platform$jalo$c2l$Language.prototype.setIsoCode = function(isoCode) { this.isoCode = isoCode; }
  Seam.Remoting.type.de$hybris$platform$jalo$c2l$Language.prototype.setModificationTime = function(modificationTime) { this.modificationTime = modificationTime; }
}

Seam.Remoting.type.de$hybris$platform$jalo$c2l$Language.__name = "de.hybris.platform.jalo.c2l.Language";
Seam.Remoting.type.de$hybris$platform$jalo$c2l$Language.__metadata = [
  {field: "composedType", type: "bean"},
  {field: "tenant", type: "bean"},
  {field: "allAttributes", type: "map"},
  {field: "implementation", type: "bean"},
  {field: "fallbackLanguages", type: "bag"},
  {field: "name", type: "str"},
  {field: "owner", type: "bean"},
  {field: "active", type: "bool"},
  {field: "isoCode", type: "str"},
  {field: "modificationTime", type: "date"}];

Seam.Remoting.registerType(Seam.Remoting.type.de$hybris$platform$jalo$c2l$Language);

Seam.Remoting.type.de$hybris$platform$jalo$media$MediaContainer = function() {
  this.composedType = undefined;
  this.allName = undefined;
  this.allAttributes = undefined;
  this.tenant = undefined;
  this.implementation = undefined;
  this.medias = undefined;
  this.name = undefined;
  this.owner = undefined;
  this.qualifier = undefined;
  this.modificationTime = undefined;
  Seam.Remoting.type.de$hybris$platform$jalo$media$MediaContainer.prototype.getComposedType = function() { return this.composedType; }
  Seam.Remoting.type.de$hybris$platform$jalo$media$MediaContainer.prototype.getAllName = function() { return this.allName; }
  Seam.Remoting.type.de$hybris$platform$jalo$media$MediaContainer.prototype.getAllAttributes = function() { return this.allAttributes; }
  Seam.Remoting.type.de$hybris$platform$jalo$media$MediaContainer.prototype.getTenant = function() { return this.tenant; }
  Seam.Remoting.type.de$hybris$platform$jalo$media$MediaContainer.prototype.getImplementation = function() { return this.implementation; }
  Seam.Remoting.type.de$hybris$platform$jalo$media$MediaContainer.prototype.getMedias = function() { return this.medias; }
  Seam.Remoting.type.de$hybris$platform$jalo$media$MediaContainer.prototype.getName = function() { return this.name; }
  Seam.Remoting.type.de$hybris$platform$jalo$media$MediaContainer.prototype.getOwner = function() { return this.owner; }
  Seam.Remoting.type.de$hybris$platform$jalo$media$MediaContainer.prototype.getQualifier = function() { return this.qualifier; }
  Seam.Remoting.type.de$hybris$platform$jalo$media$MediaContainer.prototype.getModificationTime = function() { return this.modificationTime; }
  Seam.Remoting.type.de$hybris$platform$jalo$media$MediaContainer.prototype.setComposedType = function(composedType) { this.composedType = composedType; }
  Seam.Remoting.type.de$hybris$platform$jalo$media$MediaContainer.prototype.setAllName = function(allName) { this.allName = allName; }
  Seam.Remoting.type.de$hybris$platform$jalo$media$MediaContainer.prototype.setAllAttributes = function(allAttributes) { this.allAttributes = allAttributes; }
  Seam.Remoting.type.de$hybris$platform$jalo$media$MediaContainer.prototype.setTenant = function(tenant) { this.tenant = tenant; }
  Seam.Remoting.type.de$hybris$platform$jalo$media$MediaContainer.prototype.setImplementation = function(implementation) { this.implementation = implementation; }
  Seam.Remoting.type.de$hybris$platform$jalo$media$MediaContainer.prototype.setMedias = function(medias) { this.medias = medias; }
  Seam.Remoting.type.de$hybris$platform$jalo$media$MediaContainer.prototype.setName = function(name) { this.name = name; }
  Seam.Remoting.type.de$hybris$platform$jalo$media$MediaContainer.prototype.setOwner = function(owner) { this.owner = owner; }
  Seam.Remoting.type.de$hybris$platform$jalo$media$MediaContainer.prototype.setQualifier = function(qualifier) { this.qualifier = qualifier; }
  Seam.Remoting.type.de$hybris$platform$jalo$media$MediaContainer.prototype.setModificationTime = function(modificationTime) { this.modificationTime = modificationTime; }
}

Seam.Remoting.type.de$hybris$platform$jalo$media$MediaContainer.__name = "de.hybris.platform.jalo.media.MediaContainer";
Seam.Remoting.type.de$hybris$platform$jalo$media$MediaContainer.__metadata = [
  {field: "composedType", type: "bean"},
  {field: "allName", type: "map"},
  {field: "tenant", type: "bean"},
  {field: "allAttributes", type: "map"},
  {field: "implementation", type: "bean"},
  {field: "name", type: "str"},
  {field: "medias", type: "bag"},
  {field: "owner", type: "bean"},
  {field: "qualifier", type: "str"},
  {field: "modificationTime", type: "date"}];

Seam.Remoting.registerType(Seam.Remoting.type.de$hybris$platform$jalo$media$MediaContainer);

Seam.Remoting.type.de$hybris$platform$jalo$media$Media = function() {
  this.composedType = undefined;
  this.PICTURE = undefined;
  this.allAttributes = undefined;
  this.dataFromStream = undefined;
  this.uRL2 = undefined;
  this.uRL = undefined;
  this.removable = undefined;
  this.data = undefined;
  this.modificationTime = undefined;
  this.code = undefined;
  this.realFileName = undefined;
  this.THUMBNAIL = undefined;
  this.tenant = undefined;
  this.implementation = undefined;
  this.description = undefined;
  this.mediaContainer = undefined;
  this.owner = undefined;
  this.mime = undefined;
  this.altText = undefined;
  Seam.Remoting.type.de$hybris$platform$jalo$media$Media.prototype.getComposedType = function() { return this.composedType; }
  Seam.Remoting.type.de$hybris$platform$jalo$media$Media.prototype.getComposedType = function() { return this.PICTURE; }
  Seam.Remoting.type.de$hybris$platform$jalo$media$Media.prototype.getAllAttributes = function() { return this.allAttributes; }
  Seam.Remoting.type.de$hybris$platform$jalo$media$Media.prototype.getDataFromStream = function() { return this.dataFromStream; }
  Seam.Remoting.type.de$hybris$platform$jalo$media$Media.prototype.getURL2 = function() { return this.uRL2; }
  Seam.Remoting.type.de$hybris$platform$jalo$media$Media.prototype.getURL = function() { return this.uRL; }
  Seam.Remoting.type.de$hybris$platform$jalo$media$Media.prototype.isRemovable = function() { return this.removable; }
  Seam.Remoting.type.de$hybris$platform$jalo$media$Media.prototype.getData = function() { return this.data; }
  Seam.Remoting.type.de$hybris$platform$jalo$media$Media.prototype.getModificationTime = function() { return this.modificationTime; }
  Seam.Remoting.type.de$hybris$platform$jalo$media$Media.prototype.getCode = function() { return this.code; }
  Seam.Remoting.type.de$hybris$platform$jalo$media$Media.prototype.getRealFileName = function() { return this.realFileName; }
  Seam.Remoting.type.de$hybris$platform$jalo$media$Media.prototype.getRealFileName = function() { return this.THUMBNAIL; }
  Seam.Remoting.type.de$hybris$platform$jalo$media$Media.prototype.getTenant = function() { return this.tenant; }
  Seam.Remoting.type.de$hybris$platform$jalo$media$Media.prototype.getImplementation = function() { return this.implementation; }
  Seam.Remoting.type.de$hybris$platform$jalo$media$Media.prototype.getDescription = function() { return this.description; }
  Seam.Remoting.type.de$hybris$platform$jalo$media$Media.prototype.getMediaContainer = function() { return this.mediaContainer; }
  Seam.Remoting.type.de$hybris$platform$jalo$media$Media.prototype.getOwner = function() { return this.owner; }
  Seam.Remoting.type.de$hybris$platform$jalo$media$Media.prototype.getMime = function() { return this.mime; }
  Seam.Remoting.type.de$hybris$platform$jalo$media$Media.prototype.getAltText = function() { return this.altText; }
  Seam.Remoting.type.de$hybris$platform$jalo$media$Media.prototype.setComposedType = function(composedType) { this.composedType = composedType; }
  Seam.Remoting.type.de$hybris$platform$jalo$media$Media.prototype.setComposedType = function(PICTURE) { this.PICTURE = PICTURE; }
  Seam.Remoting.type.de$hybris$platform$jalo$media$Media.prototype.setAllAttributes = function(allAttributes) { this.allAttributes = allAttributes; }
  Seam.Remoting.type.de$hybris$platform$jalo$media$Media.prototype.setDataFromStream = function(dataFromStream) { this.dataFromStream = dataFromStream; }
  Seam.Remoting.type.de$hybris$platform$jalo$media$Media.prototype.setURL2 = function(uRL2) { this.uRL2 = uRL2; }
  Seam.Remoting.type.de$hybris$platform$jalo$media$Media.prototype.setURL = function(uRL) { this.uRL = uRL; }
  Seam.Remoting.type.de$hybris$platform$jalo$media$Media.prototype.setRemovable = function(removable) { this.removable = removable; }
  Seam.Remoting.type.de$hybris$platform$jalo$media$Media.prototype.setData = function(data) { this.data = data; }
  Seam.Remoting.type.de$hybris$platform$jalo$media$Media.prototype.setModificationTime = function(modificationTime) { this.modificationTime = modificationTime; }
  Seam.Remoting.type.de$hybris$platform$jalo$media$Media.prototype.setCode = function(code) { this.code = code; }
  Seam.Remoting.type.de$hybris$platform$jalo$media$Media.prototype.setRealFileName = function(realFileName) { this.realFileName = realFileName; }
  Seam.Remoting.type.de$hybris$platform$jalo$media$Media.prototype.setRealFileName = function(THUMBNAIL) { this.THUMBNAIL = THUMBNAIL; }
  Seam.Remoting.type.de$hybris$platform$jalo$media$Media.prototype.setTenant = function(tenant) { this.tenant = tenant; }
  Seam.Remoting.type.de$hybris$platform$jalo$media$Media.prototype.setImplementation = function(implementation) { this.implementation = implementation; }
  Seam.Remoting.type.de$hybris$platform$jalo$media$Media.prototype.setDescription = function(description) { this.description = description; }
  Seam.Remoting.type.de$hybris$platform$jalo$media$Media.prototype.setMediaContainer = function(mediaContainer) { this.mediaContainer = mediaContainer; }
  Seam.Remoting.type.de$hybris$platform$jalo$media$Media.prototype.setOwner = function(owner) { this.owner = owner; }
  Seam.Remoting.type.de$hybris$platform$jalo$media$Media.prototype.setMime = function(mime) { this.mime = mime; }
  Seam.Remoting.type.de$hybris$platform$jalo$media$Media.prototype.setAltText = function(altText) { this.altText = altText; }
}

Seam.Remoting.type.de$hybris$platform$jalo$media$Media.__name = "de.hybris.platform.jalo.media.Media";
Seam.Remoting.type.de$hybris$platform$jalo$media$Media.__metadata = [
  {field: "composedType", type: "bean"},
  {field: "PICTURE", type: "str"},
  {field: "allAttributes", type: "map"},
  {field: "dataFromStream", type: "bean"},
  {field: "uRL2", type: "str"},
  {field: "uRL", type: "str"},
  {field: "removable", type: "bool"},
  {field: "data", type: "bag"},
  {field: "modificationTime", type: "date"},
  {field: "code", type: "str"},
  {field: "realFileName", type: "str"},
  {field: "THUMBNAIL", type: "str"},
  {field: "tenant", type: "bean"},
  {field: "mediaContainer", type: "bean"},
  {field: "description", type: "str"},
  {field: "implementation", type: "bean"},
  {field: "owner", type: "bean"},
  {field: "mime", type: "str"},
  {field: "altText", type: "str"}];

Seam.Remoting.registerType(Seam.Remoting.type.de$hybris$platform$jalo$media$Media);

Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerProductCategory = function() {
  this.position = undefined;
  this.composedType = undefined;
  this.allName = undefined;
  this.logoImage = undefined;
  this.allAttributes = undefined;
  this.code = undefined;
  this.modificationTime = undefined;
  this.tenant = undefined;
  this.allDescription = undefined;
  this.implementation = undefined;
  this.description = undefined;
  this.name = undefined;
  this.owner = undefined;
  this.displayBrand = undefined;
  this.displayDealer = undefined;
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerProductCategory.prototype.getPosition = function() { return this.position; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerProductCategory.prototype.getComposedType = function() { return this.composedType; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerProductCategory.prototype.getAllName = function() { return this.allName; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerProductCategory.prototype.getLogoImage = function() { return this.logoImage; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerProductCategory.prototype.getAllAttributes = function() { return this.allAttributes; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerProductCategory.prototype.getCode = function() { return this.code; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerProductCategory.prototype.getModificationTime = function() { return this.modificationTime; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerProductCategory.prototype.getTenant = function() { return this.tenant; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerProductCategory.prototype.getAllDescription = function() { return this.allDescription; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerProductCategory.prototype.getImplementation = function() { return this.implementation; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerProductCategory.prototype.getDescription = function() { return this.description; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerProductCategory.prototype.getName = function() { return this.name; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerProductCategory.prototype.getOwner = function() { return this.owner; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerProductCategory.prototype.getDisplayBrand = function() { return this.displayBrand; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerProductCategory.prototype.getDisplayDealer = function() { return this.displayDealer; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerProductCategory.prototype.setPosition = function(position) { this.position = position; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerProductCategory.prototype.setComposedType = function(composedType) { this.composedType = composedType; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerProductCategory.prototype.setAllName = function(allName) { this.allName = allName; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerProductCategory.prototype.setLogoImage = function(logoImage) { this.logoImage = logoImage; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerProductCategory.prototype.setAllAttributes = function(allAttributes) { this.allAttributes = allAttributes; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerProductCategory.prototype.setCode = function(code) { this.code = code; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerProductCategory.prototype.setModificationTime = function(modificationTime) { this.modificationTime = modificationTime; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerProductCategory.prototype.setTenant = function(tenant) { this.tenant = tenant; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerProductCategory.prototype.setAllDescription = function(allDescription) { this.allDescription = allDescription; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerProductCategory.prototype.setImplementation = function(implementation) { this.implementation = implementation; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerProductCategory.prototype.setDescription = function(description) { this.description = description; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerProductCategory.prototype.setName = function(name) { this.name = name; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerProductCategory.prototype.setOwner = function(owner) { this.owner = owner; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerProductCategory.prototype.setDisplayBrand = function(displayBrand) { this.displayBrand = displayBrand; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerProductCategory.prototype.setDisplayDealer = function(displayDealer) { this.displayDealer = displayDealer; }
}

Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerProductCategory.__name = "com.unic.msg.main.jalo.user.DealerProductCategory";
Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerProductCategory.__metadata = [
  {field: "position", type: "number"},
  {field: "composedType", type: "bean"},
  {field: "allName", type: "map"},
  {field: "logoImage", type: "bean"},
  {field: "allAttributes", type: "map"},
  {field: "code", type: "str"},
  {field: "modificationTime", type: "date"},
  {field: "tenant", type: "bean"},
  {field: "allDescription", type: "map"},
  {field: "implementation", type: "bean"},
  {field: "description", type: "str"},
  {field: "name", type: "str"},
  {field: "owner", type: "bean"},
  {field: "displayBrand", type: "bean"},
  {field: "displayDealer", type: "bag"}];

Seam.Remoting.registerType(Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerProductCategory);

Seam.Remoting.type.de$hybris$platform$jalo$c2l$Country = function() {
  this.composedType = undefined;
  this.allAttributes = undefined;
  this.tenant = undefined;
  this.implementation = undefined;
  this.name = undefined;
  this.owner = undefined;
  this.active = undefined;
  this.isoCode = undefined;
  this.modificationTime = undefined;
  this.regions = undefined;
  Seam.Remoting.type.de$hybris$platform$jalo$c2l$Country.prototype.getComposedType = function() { return this.composedType; }
  Seam.Remoting.type.de$hybris$platform$jalo$c2l$Country.prototype.getAllAttributes = function() { return this.allAttributes; }
  Seam.Remoting.type.de$hybris$platform$jalo$c2l$Country.prototype.getTenant = function() { return this.tenant; }
  Seam.Remoting.type.de$hybris$platform$jalo$c2l$Country.prototype.getImplementation = function() { return this.implementation; }
  Seam.Remoting.type.de$hybris$platform$jalo$c2l$Country.prototype.getName = function() { return this.name; }
  Seam.Remoting.type.de$hybris$platform$jalo$c2l$Country.prototype.getOwner = function() { return this.owner; }
  Seam.Remoting.type.de$hybris$platform$jalo$c2l$Country.prototype.isActive = function() { return this.active; }
  Seam.Remoting.type.de$hybris$platform$jalo$c2l$Country.prototype.getIsoCode = function() { return this.isoCode; }
  Seam.Remoting.type.de$hybris$platform$jalo$c2l$Country.prototype.getModificationTime = function() { return this.modificationTime; }
  Seam.Remoting.type.de$hybris$platform$jalo$c2l$Country.prototype.getRegions = function() { return this.regions; }
  Seam.Remoting.type.de$hybris$platform$jalo$c2l$Country.prototype.setComposedType = function(composedType) { this.composedType = composedType; }
  Seam.Remoting.type.de$hybris$platform$jalo$c2l$Country.prototype.setAllAttributes = function(allAttributes) { this.allAttributes = allAttributes; }
  Seam.Remoting.type.de$hybris$platform$jalo$c2l$Country.prototype.setTenant = function(tenant) { this.tenant = tenant; }
  Seam.Remoting.type.de$hybris$platform$jalo$c2l$Country.prototype.setImplementation = function(implementation) { this.implementation = implementation; }
  Seam.Remoting.type.de$hybris$platform$jalo$c2l$Country.prototype.setName = function(name) { this.name = name; }
  Seam.Remoting.type.de$hybris$platform$jalo$c2l$Country.prototype.setOwner = function(owner) { this.owner = owner; }
  Seam.Remoting.type.de$hybris$platform$jalo$c2l$Country.prototype.setActive = function(active) { this.active = active; }
  Seam.Remoting.type.de$hybris$platform$jalo$c2l$Country.prototype.setIsoCode = function(isoCode) { this.isoCode = isoCode; }
  Seam.Remoting.type.de$hybris$platform$jalo$c2l$Country.prototype.setModificationTime = function(modificationTime) { this.modificationTime = modificationTime; }
  Seam.Remoting.type.de$hybris$platform$jalo$c2l$Country.prototype.setRegions = function(regions) { this.regions = regions; }
}

Seam.Remoting.type.de$hybris$platform$jalo$c2l$Country.__name = "de.hybris.platform.jalo.c2l.Country";
Seam.Remoting.type.de$hybris$platform$jalo$c2l$Country.__metadata = [
  {field: "composedType", type: "bean"},
  {field: "tenant", type: "bean"},
  {field: "allAttributes", type: "map"},
  {field: "implementation", type: "bean"},
  {field: "name", type: "str"},
  {field: "owner", type: "bean"},
  {field: "active", type: "bool"},
  {field: "isoCode", type: "str"},
  {field: "modificationTime", type: "date"},
  {field: "regions", type: "bag"}];

Seam.Remoting.registerType(Seam.Remoting.type.de$hybris$platform$jalo$c2l$Country);

Seam.Remoting.type.de$hybris$platform$jalo$c2l$Region = function() {
  this.composedType = undefined;
  this.allAttributes = undefined;
  this.tenant = undefined;
  this.implementation = undefined;
  this.name = undefined;
  this.owner = undefined;
  this.active = undefined;
  this.isoCode = undefined;
  this.modificationTime = undefined;
  this.code = undefined;
  this.country = undefined;
  Seam.Remoting.type.de$hybris$platform$jalo$c2l$Region.prototype.getComposedType = function() { return this.composedType; }
  Seam.Remoting.type.de$hybris$platform$jalo$c2l$Region.prototype.getAllAttributes = function() { return this.allAttributes; }
  Seam.Remoting.type.de$hybris$platform$jalo$c2l$Region.prototype.getTenant = function() { return this.tenant; }
  Seam.Remoting.type.de$hybris$platform$jalo$c2l$Region.prototype.getImplementation = function() { return this.implementation; }
  Seam.Remoting.type.de$hybris$platform$jalo$c2l$Region.prototype.getName = function() { return this.name; }
  Seam.Remoting.type.de$hybris$platform$jalo$c2l$Region.prototype.getOwner = function() { return this.owner; }
  Seam.Remoting.type.de$hybris$platform$jalo$c2l$Region.prototype.isActive = function() { return this.active; }
  Seam.Remoting.type.de$hybris$platform$jalo$c2l$Region.prototype.getIsoCode = function() { return this.isoCode; }
  Seam.Remoting.type.de$hybris$platform$jalo$c2l$Region.prototype.getModificationTime = function() { return this.modificationTime; }
  Seam.Remoting.type.de$hybris$platform$jalo$c2l$Region.prototype.getCode = function() { return this.code; }
  Seam.Remoting.type.de$hybris$platform$jalo$c2l$Region.prototype.getCountry = function() { return this.country; }
  Seam.Remoting.type.de$hybris$platform$jalo$c2l$Region.prototype.setComposedType = function(composedType) { this.composedType = composedType; }
  Seam.Remoting.type.de$hybris$platform$jalo$c2l$Region.prototype.setAllAttributes = function(allAttributes) { this.allAttributes = allAttributes; }
  Seam.Remoting.type.de$hybris$platform$jalo$c2l$Region.prototype.setTenant = function(tenant) { this.tenant = tenant; }
  Seam.Remoting.type.de$hybris$platform$jalo$c2l$Region.prototype.setImplementation = function(implementation) { this.implementation = implementation; }
  Seam.Remoting.type.de$hybris$platform$jalo$c2l$Region.prototype.setName = function(name) { this.name = name; }
  Seam.Remoting.type.de$hybris$platform$jalo$c2l$Region.prototype.setOwner = function(owner) { this.owner = owner; }
  Seam.Remoting.type.de$hybris$platform$jalo$c2l$Region.prototype.setActive = function(active) { this.active = active; }
  Seam.Remoting.type.de$hybris$platform$jalo$c2l$Region.prototype.setIsoCode = function(isoCode) { this.isoCode = isoCode; }
  Seam.Remoting.type.de$hybris$platform$jalo$c2l$Region.prototype.setModificationTime = function(modificationTime) { this.modificationTime = modificationTime; }
  Seam.Remoting.type.de$hybris$platform$jalo$c2l$Region.prototype.setCode = function(code) { this.code = code; }
  Seam.Remoting.type.de$hybris$platform$jalo$c2l$Region.prototype.setCountry = function(country) { this.country = country; }
}

Seam.Remoting.type.de$hybris$platform$jalo$c2l$Region.__name = "de.hybris.platform.jalo.c2l.Region";
Seam.Remoting.type.de$hybris$platform$jalo$c2l$Region.__metadata = [
  {field: "composedType", type: "bean"},
  {field: "tenant", type: "bean"},
  {field: "allAttributes", type: "map"},
  {field: "implementation", type: "bean"},
  {field: "name", type: "str"},
  {field: "owner", type: "bean"},
  {field: "active", type: "bool"},
  {field: "isoCode", type: "str"},
  {field: "code", type: "str"},
  {field: "modificationTime", type: "date"},
  {field: "country", type: "bean"}];

Seam.Remoting.registerType(Seam.Remoting.type.de$hybris$platform$jalo$c2l$Region);

Seam.Remoting.type.de$hybris$platform$jalo$user$Title = function() {
  this.composedType = undefined;
  this.allAttributes = undefined;
  this.tenant = undefined;
  this.implementation = undefined;
  this.name = undefined;
  this.owner = undefined;
  this.modificationTime = undefined;
  this.code = undefined;
  Seam.Remoting.type.de$hybris$platform$jalo$user$Title.prototype.getComposedType = function() { return this.composedType; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$Title.prototype.getAllAttributes = function() { return this.allAttributes; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$Title.prototype.getTenant = function() { return this.tenant; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$Title.prototype.getImplementation = function() { return this.implementation; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$Title.prototype.getName = function() { return this.name; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$Title.prototype.getOwner = function() { return this.owner; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$Title.prototype.getModificationTime = function() { return this.modificationTime; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$Title.prototype.getCode = function() { return this.code; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$Title.prototype.setComposedType = function(composedType) { this.composedType = composedType; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$Title.prototype.setAllAttributes = function(allAttributes) { this.allAttributes = allAttributes; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$Title.prototype.setTenant = function(tenant) { this.tenant = tenant; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$Title.prototype.setImplementation = function(implementation) { this.implementation = implementation; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$Title.prototype.setName = function(name) { this.name = name; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$Title.prototype.setOwner = function(owner) { this.owner = owner; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$Title.prototype.setModificationTime = function(modificationTime) { this.modificationTime = modificationTime; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$Title.prototype.setCode = function(code) { this.code = code; }
}

Seam.Remoting.type.de$hybris$platform$jalo$user$Title.__name = "de.hybris.platform.jalo.user.Title";
Seam.Remoting.type.de$hybris$platform$jalo$user$Title.__metadata = [
  {field: "composedType", type: "bean"},
  {field: "tenant", type: "bean"},
  {field: "allAttributes", type: "map"},
  {field: "implementation", type: "bean"},
  {field: "name", type: "str"},
  {field: "owner", type: "bean"},
  {field: "code", type: "str"},
  {field: "modificationTime", type: "date"}];

Seam.Remoting.registerType(Seam.Remoting.type.de$hybris$platform$jalo$user$Title);

Seam.Remoting.type.de$hybris$platform$jalo$c2l$Currency = function() {
  this.composedType = undefined;
  this.conversionFactor = undefined;
  this.allAttributes = undefined;
  this.tenant = undefined;
  this.symbol = undefined;
  this.implementation = undefined;
  this.name = undefined;
  this.owner = undefined;
  this.active = undefined;
  this.isoCode = undefined;
  this.modificationTime = undefined;
  this.digits = undefined;
  Seam.Remoting.type.de$hybris$platform$jalo$c2l$Currency.prototype.getComposedType = function() { return this.composedType; }
  Seam.Remoting.type.de$hybris$platform$jalo$c2l$Currency.prototype.getConversionFactor = function() { return this.conversionFactor; }
  Seam.Remoting.type.de$hybris$platform$jalo$c2l$Currency.prototype.getAllAttributes = function() { return this.allAttributes; }
  Seam.Remoting.type.de$hybris$platform$jalo$c2l$Currency.prototype.getTenant = function() { return this.tenant; }
  Seam.Remoting.type.de$hybris$platform$jalo$c2l$Currency.prototype.getSymbol = function() { return this.symbol; }
  Seam.Remoting.type.de$hybris$platform$jalo$c2l$Currency.prototype.getImplementation = function() { return this.implementation; }
  Seam.Remoting.type.de$hybris$platform$jalo$c2l$Currency.prototype.getName = function() { return this.name; }
  Seam.Remoting.type.de$hybris$platform$jalo$c2l$Currency.prototype.getOwner = function() { return this.owner; }
  Seam.Remoting.type.de$hybris$platform$jalo$c2l$Currency.prototype.isActive = function() { return this.active; }
  Seam.Remoting.type.de$hybris$platform$jalo$c2l$Currency.prototype.getIsoCode = function() { return this.isoCode; }
  Seam.Remoting.type.de$hybris$platform$jalo$c2l$Currency.prototype.getModificationTime = function() { return this.modificationTime; }
  Seam.Remoting.type.de$hybris$platform$jalo$c2l$Currency.prototype.getDigits = function() { return this.digits; }
  Seam.Remoting.type.de$hybris$platform$jalo$c2l$Currency.prototype.setComposedType = function(composedType) { this.composedType = composedType; }
  Seam.Remoting.type.de$hybris$platform$jalo$c2l$Currency.prototype.setConversionFactor = function(conversionFactor) { this.conversionFactor = conversionFactor; }
  Seam.Remoting.type.de$hybris$platform$jalo$c2l$Currency.prototype.setAllAttributes = function(allAttributes) { this.allAttributes = allAttributes; }
  Seam.Remoting.type.de$hybris$platform$jalo$c2l$Currency.prototype.setTenant = function(tenant) { this.tenant = tenant; }
  Seam.Remoting.type.de$hybris$platform$jalo$c2l$Currency.prototype.setSymbol = function(symbol) { this.symbol = symbol; }
  Seam.Remoting.type.de$hybris$platform$jalo$c2l$Currency.prototype.setImplementation = function(implementation) { this.implementation = implementation; }
  Seam.Remoting.type.de$hybris$platform$jalo$c2l$Currency.prototype.setName = function(name) { this.name = name; }
  Seam.Remoting.type.de$hybris$platform$jalo$c2l$Currency.prototype.setOwner = function(owner) { this.owner = owner; }
  Seam.Remoting.type.de$hybris$platform$jalo$c2l$Currency.prototype.setActive = function(active) { this.active = active; }
  Seam.Remoting.type.de$hybris$platform$jalo$c2l$Currency.prototype.setIsoCode = function(isoCode) { this.isoCode = isoCode; }
  Seam.Remoting.type.de$hybris$platform$jalo$c2l$Currency.prototype.setModificationTime = function(modificationTime) { this.modificationTime = modificationTime; }
  Seam.Remoting.type.de$hybris$platform$jalo$c2l$Currency.prototype.setDigits = function(digits) { this.digits = digits; }
}

Seam.Remoting.type.de$hybris$platform$jalo$c2l$Currency.__name = "de.hybris.platform.jalo.c2l.Currency";
Seam.Remoting.type.de$hybris$platform$jalo$c2l$Currency.__metadata = [
  {field: "composedType", type: "bean"},
  {field: "conversionFactor", type: "number"},
  {field: "symbol", type: "str"},
  {field: "tenant", type: "bean"},
  {field: "allAttributes", type: "map"},
  {field: "implementation", type: "bean"},
  {field: "name", type: "str"},
  {field: "owner", type: "bean"},
  {field: "active", type: "bool"},
  {field: "isoCode", type: "str"},
  {field: "digits", type: "number"},
  {field: "modificationTime", type: "date"}];

Seam.Remoting.registerType(Seam.Remoting.type.de$hybris$platform$jalo$c2l$Currency);

Seam.Remoting.type.de$hybris$platform$jalo$user$User = function() {
  this.composedType = undefined;
  this.loginDisabled = undefined;
  this.allAttributes = undefined;
  this.uID = undefined;
  this.modificationTime = undefined;
  this.password = undefined;
  this.defaultDeliveryAddress = undefined;
  this.sessionAttributeDescriptors = undefined;
  this.lastLogin = undefined;
  this.tenant = undefined;
  this.sessionLanguage = undefined;
  this.encodedPassword = undefined;
  this.implementation = undefined;
  this.description = undefined;
  this.defaultPaymentAddress = undefined;
  this.name = undefined;
  this.owner = undefined;
  this.defaultShippingAddress = undefined;
  this.login = undefined;
  this.sessionCurrency = undefined;
  this.groups = undefined;
  Seam.Remoting.type.de$hybris$platform$jalo$user$User.prototype.getComposedType = function() { return this.composedType; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$User.prototype.isLoginDisabled = function() { return this.loginDisabled; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$User.prototype.getAllAttributes = function() { return this.allAttributes; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$User.prototype.getUID = function() { return this.uID; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$User.prototype.getModificationTime = function() { return this.modificationTime; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$User.prototype.getPassword = function() { return this.password; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$User.prototype.getDefaultDeliveryAddress = function() { return this.defaultDeliveryAddress; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$User.prototype.getSessionAttributeDescriptors = function() { return this.sessionAttributeDescriptors; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$User.prototype.getLastLogin = function() { return this.lastLogin; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$User.prototype.getTenant = function() { return this.tenant; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$User.prototype.getSessionLanguage = function() { return this.sessionLanguage; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$User.prototype.getEncodedPassword = function() { return this.encodedPassword; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$User.prototype.getImplementation = function() { return this.implementation; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$User.prototype.getDescription = function() { return this.description; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$User.prototype.getDefaultPaymentAddress = function() { return this.defaultPaymentAddress; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$User.prototype.getName = function() { return this.name; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$User.prototype.getOwner = function() { return this.owner; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$User.prototype.getDefaultShippingAddress = function() { return this.defaultShippingAddress; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$User.prototype.getLogin = function() { return this.login; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$User.prototype.getSessionCurrency = function() { return this.sessionCurrency; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$User.prototype.getGroups = function() { return this.groups; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$User.prototype.setComposedType = function(composedType) { this.composedType = composedType; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$User.prototype.setLoginDisabled = function(loginDisabled) { this.loginDisabled = loginDisabled; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$User.prototype.setAllAttributes = function(allAttributes) { this.allAttributes = allAttributes; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$User.prototype.setUID = function(uID) { this.uID = uID; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$User.prototype.setModificationTime = function(modificationTime) { this.modificationTime = modificationTime; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$User.prototype.setPassword = function(password) { this.password = password; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$User.prototype.setDefaultDeliveryAddress = function(defaultDeliveryAddress) { this.defaultDeliveryAddress = defaultDeliveryAddress; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$User.prototype.setSessionAttributeDescriptors = function(sessionAttributeDescriptors) { this.sessionAttributeDescriptors = sessionAttributeDescriptors; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$User.prototype.setLastLogin = function(lastLogin) { this.lastLogin = lastLogin; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$User.prototype.setTenant = function(tenant) { this.tenant = tenant; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$User.prototype.setSessionLanguage = function(sessionLanguage) { this.sessionLanguage = sessionLanguage; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$User.prototype.setEncodedPassword = function(encodedPassword) { this.encodedPassword = encodedPassword; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$User.prototype.setImplementation = function(implementation) { this.implementation = implementation; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$User.prototype.setDescription = function(description) { this.description = description; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$User.prototype.setDefaultPaymentAddress = function(defaultPaymentAddress) { this.defaultPaymentAddress = defaultPaymentAddress; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$User.prototype.setName = function(name) { this.name = name; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$User.prototype.setOwner = function(owner) { this.owner = owner; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$User.prototype.setDefaultShippingAddress = function(defaultShippingAddress) { this.defaultShippingAddress = defaultShippingAddress; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$User.prototype.setLogin = function(login) { this.login = login; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$User.prototype.setSessionCurrency = function(sessionCurrency) { this.sessionCurrency = sessionCurrency; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$User.prototype.setGroups = function(groups) { this.groups = groups; }
}

Seam.Remoting.type.de$hybris$platform$jalo$user$User.__name = "de.hybris.platform.jalo.user.User";
Seam.Remoting.type.de$hybris$platform$jalo$user$User.__metadata = [
  {field: "composedType", type: "bean"},
  {field: "loginDisabled", type: "bool"},
  {field: "allAttributes", type: "map"},
  {field: "uID", type: "str"},
  {field: "modificationTime", type: "date"},
  {field: "password", type: "str"},
  {field: "defaultDeliveryAddress", type: "bean"},
  {field: "sessionAttributeDescriptors", type: "bag"},
  {field: "lastLogin", type: "date"},
  {field: "tenant", type: "bean"},
  {field: "sessionLanguage", type: "bean"},
  {field: "encodedPassword", type: "str"},
  {field: "description", type: "str"},
  {field: "implementation", type: "bean"},
  {field: "name", type: "str"},
  {field: "defaultPaymentAddress", type: "bean"},
  {field: "owner", type: "bean"},
  {field: "defaultShippingAddress", type: "bean"},
  {field: "login", type: "str"},
  {field: "sessionCurrency", type: "bean"},
  {field: "groups", type: "bean"}];

Seam.Remoting.registerType(Seam.Remoting.type.de$hybris$platform$jalo$user$User);

Seam.Remoting.type.de$hybris$platform$jalo$user$Address = function() {
  this.region = undefined;
  this.dateOfBirth = undefined;
  this.composedType = undefined;
  this.duplicate = undefined;
  this.allAttributes = undefined;
  this.modificationTime = undefined;
  this.country = undefined;
  this.title = undefined;
  this.tenant = undefined;
  this.implementation = undefined;
  this.original = undefined;
  this.owner = undefined;
  this.user = undefined;
  Seam.Remoting.type.de$hybris$platform$jalo$user$Address.prototype.getRegion = function() { return this.region; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$Address.prototype.getDateOfBirth = function() { return this.dateOfBirth; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$Address.prototype.getComposedType = function() { return this.composedType; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$Address.prototype.isDuplicate = function() { return this.duplicate; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$Address.prototype.getAllAttributes = function() { return this.allAttributes; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$Address.prototype.getModificationTime = function() { return this.modificationTime; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$Address.prototype.getCountry = function() { return this.country; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$Address.prototype.getTitle = function() { return this.title; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$Address.prototype.getTenant = function() { return this.tenant; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$Address.prototype.getImplementation = function() { return this.implementation; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$Address.prototype.getOriginal = function() { return this.original; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$Address.prototype.getOwner = function() { return this.owner; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$Address.prototype.getUser = function() { return this.user; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$Address.prototype.setRegion = function(region) { this.region = region; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$Address.prototype.setDateOfBirth = function(dateOfBirth) { this.dateOfBirth = dateOfBirth; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$Address.prototype.setComposedType = function(composedType) { this.composedType = composedType; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$Address.prototype.setDuplicate = function(duplicate) { this.duplicate = duplicate; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$Address.prototype.setAllAttributes = function(allAttributes) { this.allAttributes = allAttributes; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$Address.prototype.setModificationTime = function(modificationTime) { this.modificationTime = modificationTime; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$Address.prototype.setCountry = function(country) { this.country = country; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$Address.prototype.setTitle = function(title) { this.title = title; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$Address.prototype.setTenant = function(tenant) { this.tenant = tenant; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$Address.prototype.setImplementation = function(implementation) { this.implementation = implementation; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$Address.prototype.setOriginal = function(original) { this.original = original; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$Address.prototype.setOwner = function(owner) { this.owner = owner; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$Address.prototype.setUser = function(user) { this.user = user; }
}

Seam.Remoting.type.de$hybris$platform$jalo$user$Address.__name = "de.hybris.platform.jalo.user.Address";
Seam.Remoting.type.de$hybris$platform$jalo$user$Address.__metadata = [
  {field: "region", type: "bean"},
  {field: "dateOfBirth", type: "date"},
  {field: "composedType", type: "bean"},
  {field: "duplicate", type: "bool"},
  {field: "allAttributes", type: "map"},
  {field: "modificationTime", type: "date"},
  {field: "country", type: "bean"},
  {field: "title", type: "bean"},
  {field: "tenant", type: "bean"},
  {field: "implementation", type: "bean"},
  {field: "original", type: "bean"},
  {field: "owner", type: "bean"},
  {field: "user", type: "bean"}];

Seam.Remoting.registerType(Seam.Remoting.type.de$hybris$platform$jalo$user$Address);

Seam.Remoting.type.com$unic$msg$main$jalo$user$MsgAddress = function() {
  this.region = undefined;
  this.dateOfBirth = undefined;
  this.composedType = undefined;
  this.duplicate = undefined;
  this.allAttributes = undefined;
  this.modificationTime = undefined;
  this.country = undefined;
  this.title = undefined;
  this.tenant = undefined;
  this.implementation = undefined;
  this.original = undefined;
  this.owner = undefined;
  this.user = undefined;
  Seam.Remoting.type.com$unic$msg$main$jalo$user$MsgAddress.prototype.getRegion = function() { return this.region; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$MsgAddress.prototype.getDateOfBirth = function() { return this.dateOfBirth; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$MsgAddress.prototype.getComposedType = function() { return this.composedType; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$MsgAddress.prototype.isDuplicate = function() { return this.duplicate; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$MsgAddress.prototype.getAllAttributes = function() { return this.allAttributes; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$MsgAddress.prototype.getModificationTime = function() { return this.modificationTime; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$MsgAddress.prototype.getCountry = function() { return this.country; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$MsgAddress.prototype.getTitle = function() { return this.title; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$MsgAddress.prototype.getTenant = function() { return this.tenant; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$MsgAddress.prototype.getImplementation = function() { return this.implementation; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$MsgAddress.prototype.getOriginal = function() { return this.original; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$MsgAddress.prototype.getOwner = function() { return this.owner; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$MsgAddress.prototype.getUser = function() { return this.user; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$MsgAddress.prototype.setRegion = function(region) { this.region = region; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$MsgAddress.prototype.setDateOfBirth = function(dateOfBirth) { this.dateOfBirth = dateOfBirth; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$MsgAddress.prototype.setComposedType = function(composedType) { this.composedType = composedType; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$MsgAddress.prototype.setDuplicate = function(duplicate) { this.duplicate = duplicate; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$MsgAddress.prototype.setAllAttributes = function(allAttributes) { this.allAttributes = allAttributes; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$MsgAddress.prototype.setModificationTime = function(modificationTime) { this.modificationTime = modificationTime; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$MsgAddress.prototype.setCountry = function(country) { this.country = country; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$MsgAddress.prototype.setTitle = function(title) { this.title = title; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$MsgAddress.prototype.setTenant = function(tenant) { this.tenant = tenant; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$MsgAddress.prototype.setImplementation = function(implementation) { this.implementation = implementation; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$MsgAddress.prototype.setOriginal = function(original) { this.original = original; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$MsgAddress.prototype.setOwner = function(owner) { this.owner = owner; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$MsgAddress.prototype.setUser = function(user) { this.user = user; }
}

Seam.Remoting.type.com$unic$msg$main$jalo$user$MsgAddress.__name = "com.unic.msg.main.jalo.user.MsgAddress";
Seam.Remoting.type.com$unic$msg$main$jalo$user$MsgAddress.__metadata = [
  {field: "region", type: "bean"},
  {field: "dateOfBirth", type: "date"},
  {field: "composedType", type: "bean"},
  {field: "duplicate", type: "bool"},
  {field: "allAttributes", type: "map"},
  {field: "modificationTime", type: "date"},
  {field: "country", type: "bean"},
  {field: "title", type: "bean"},
  {field: "tenant", type: "bean"},
  {field: "implementation", type: "bean"},
  {field: "original", type: "bean"},
  {field: "owner", type: "bean"},
  {field: "user", type: "bean"}];

Seam.Remoting.registerType(Seam.Remoting.type.com$unic$msg$main$jalo$user$MsgAddress);

Seam.Remoting.type.com$unic$msg$main$jalo$user$Dealer = function() {
  this.composedType = undefined;
  this.displayDealerProductCategory = undefined;
  this.openingTimes = undefined;
  this.alpineUnderwearAvailable = undefined;
  this.uID = undefined;
  this.dealerAdminCountryEntry = undefined;
  this.allOpeningTimes = undefined;
  this.password = undefined;
  this.defaultDeliveryAddress = undefined;
  this.softshellStudio = undefined;
  this.brands = undefined;
  this.mammutShop = undefined;
  this.tenant = undefined;
  this.description = undefined;
  this.name = undefined;
  this.login = undefined;
  this.displayDealerCategory = undefined;
  this.sessionCurrency = undefined;
  this.groups = undefined;
  this.loginDisabled = undefined;
  this.allAttributes = undefined;
  this.geoCodeErrorMsg = undefined;
  this.modificationTime = undefined;
  this.sessionAttributeDescriptors = undefined;
  this.lastLogin = undefined;
  this.sessionLanguage = undefined;
  this.encodedPassword = undefined;
  this.implementation = undefined;
  this.defaultPaymentAddress = undefined;
  this.owner = undefined;
  this.defaultShippingAddress = undefined;
  this.mammutDealer = undefined;
  this.storeImage = undefined;
  Seam.Remoting.type.com$unic$msg$main$jalo$user$Dealer.prototype.getComposedType = function() { return this.composedType; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$Dealer.prototype.getDisplayDealerProductCategory = function() { return this.displayDealerProductCategory; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$Dealer.prototype.getOpeningTimes = function() { return this.openingTimes; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$Dealer.prototype.isAlpineUnderwearAvailable = function() { return this.alpineUnderwearAvailable; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$Dealer.prototype.getUID = function() { return this.uID; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$Dealer.prototype.getDealerAdminCountryEntry = function() { return this.dealerAdminCountryEntry; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$Dealer.prototype.getAllOpeningTimes = function() { return this.allOpeningTimes; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$Dealer.prototype.getPassword = function() { return this.password; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$Dealer.prototype.getDefaultDeliveryAddress = function() { return this.defaultDeliveryAddress; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$Dealer.prototype.isSoftshellStudio = function() { return this.softshellStudio; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$Dealer.prototype.getBrands = function() { return this.brands; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$Dealer.prototype.isMammutShop = function() { return this.mammutShop; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$Dealer.prototype.getTenant = function() { return this.tenant; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$Dealer.prototype.getDescription = function() { return this.description; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$Dealer.prototype.getName = function() { return this.name; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$Dealer.prototype.getLogin = function() { return this.login; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$Dealer.prototype.getDisplayDealerCategory = function() { return this.displayDealerCategory; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$Dealer.prototype.getSessionCurrency = function() { return this.sessionCurrency; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$Dealer.prototype.getGroups = function() { return this.groups; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$Dealer.prototype.isLoginDisabled = function() { return this.loginDisabled; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$Dealer.prototype.getAllAttributes = function() { return this.allAttributes; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$Dealer.prototype.getGeoCodeErrorMsg = function() { return this.geoCodeErrorMsg; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$Dealer.prototype.getModificationTime = function() { return this.modificationTime; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$Dealer.prototype.getSessionAttributeDescriptors = function() { return this.sessionAttributeDescriptors; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$Dealer.prototype.getLastLogin = function() { return this.lastLogin; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$Dealer.prototype.getSessionLanguage = function() { return this.sessionLanguage; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$Dealer.prototype.getEncodedPassword = function() { return this.encodedPassword; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$Dealer.prototype.getImplementation = function() { return this.implementation; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$Dealer.prototype.getDefaultPaymentAddress = function() { return this.defaultPaymentAddress; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$Dealer.prototype.getOwner = function() { return this.owner; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$Dealer.prototype.getDefaultShippingAddress = function() { return this.defaultShippingAddress; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$Dealer.prototype.isMammutDealer = function() { return this.mammutDealer; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$Dealer.prototype.getStoreImage = function() { return this.storeImage; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$Dealer.prototype.setComposedType = function(composedType) { this.composedType = composedType; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$Dealer.prototype.setDisplayDealerProductCategory = function(displayDealerProductCategory) { this.displayDealerProductCategory = displayDealerProductCategory; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$Dealer.prototype.setOpeningTimes = function(openingTimes) { this.openingTimes = openingTimes; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$Dealer.prototype.setAlpineUnderwearAvailable = function(alpineUnderwearAvailable) { this.alpineUnderwearAvailable = alpineUnderwearAvailable; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$Dealer.prototype.setUID = function(uID) { this.uID = uID; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$Dealer.prototype.setDealerAdminCountryEntry = function(dealerAdminCountryEntry) { this.dealerAdminCountryEntry = dealerAdminCountryEntry; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$Dealer.prototype.setAllOpeningTimes = function(allOpeningTimes) { this.allOpeningTimes = allOpeningTimes; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$Dealer.prototype.setPassword = function(password) { this.password = password; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$Dealer.prototype.setDefaultDeliveryAddress = function(defaultDeliveryAddress) { this.defaultDeliveryAddress = defaultDeliveryAddress; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$Dealer.prototype.setSoftshellStudio = function(softshellStudio) { this.softshellStudio = softshellStudio; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$Dealer.prototype.setBrands = function(brands) { this.brands = brands; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$Dealer.prototype.setMammutShop = function(mammutShop) { this.mammutShop = mammutShop; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$Dealer.prototype.setTenant = function(tenant) { this.tenant = tenant; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$Dealer.prototype.setDescription = function(description) { this.description = description; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$Dealer.prototype.setName = function(name) { this.name = name; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$Dealer.prototype.setLogin = function(login) { this.login = login; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$Dealer.prototype.setDisplayDealerCategory = function(displayDealerCategory) { this.displayDealerCategory = displayDealerCategory; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$Dealer.prototype.setSessionCurrency = function(sessionCurrency) { this.sessionCurrency = sessionCurrency; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$Dealer.prototype.setGroups = function(groups) { this.groups = groups; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$Dealer.prototype.setLoginDisabled = function(loginDisabled) { this.loginDisabled = loginDisabled; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$Dealer.prototype.setAllAttributes = function(allAttributes) { this.allAttributes = allAttributes; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$Dealer.prototype.setGeoCodeErrorMsg = function(geoCodeErrorMsg) { this.geoCodeErrorMsg = geoCodeErrorMsg; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$Dealer.prototype.setModificationTime = function(modificationTime) { this.modificationTime = modificationTime; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$Dealer.prototype.setSessionAttributeDescriptors = function(sessionAttributeDescriptors) { this.sessionAttributeDescriptors = sessionAttributeDescriptors; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$Dealer.prototype.setLastLogin = function(lastLogin) { this.lastLogin = lastLogin; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$Dealer.prototype.setSessionLanguage = function(sessionLanguage) { this.sessionLanguage = sessionLanguage; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$Dealer.prototype.setEncodedPassword = function(encodedPassword) { this.encodedPassword = encodedPassword; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$Dealer.prototype.setImplementation = function(implementation) { this.implementation = implementation; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$Dealer.prototype.setDefaultPaymentAddress = function(defaultPaymentAddress) { this.defaultPaymentAddress = defaultPaymentAddress; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$Dealer.prototype.setOwner = function(owner) { this.owner = owner; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$Dealer.prototype.setDefaultShippingAddress = function(defaultShippingAddress) { this.defaultShippingAddress = defaultShippingAddress; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$Dealer.prototype.setMammutDealer = function(mammutDealer) { this.mammutDealer = mammutDealer; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$Dealer.prototype.setStoreImage = function(storeImage) { this.storeImage = storeImage; }
}

Seam.Remoting.type.com$unic$msg$main$jalo$user$Dealer.__name = "com.unic.msg.main.jalo.user.Dealer";
Seam.Remoting.type.com$unic$msg$main$jalo$user$Dealer.__metadata = [
  {field: "displayDealerProductCategory", type: "bag"},
  {field: "composedType", type: "bean"},
  {field: "openingTimes", type: "str"},
  {field: "alpineUnderwearAvailable", type: "bool"},
  {field: "uID", type: "str"},
  {field: "dealerAdminCountryEntry", type: "bag"},
  {field: "allOpeningTimes", type: "map"},
  {field: "password", type: "str"},
  {field: "defaultDeliveryAddress", type: "bean"},
  {field: "brands", type: "bag"},
  {field: "softshellStudio", type: "bool"},
  {field: "mammutShop", type: "bool"},
  {field: "tenant", type: "bean"},
  {field: "description", type: "str"},
  {field: "name", type: "str"},
  {field: "login", type: "str"},
  {field: "displayDealerCategory", type: "bag"},
  {field: "sessionCurrency", type: "bean"},
  {field: "groups", type: "bean"},
  {field: "loginDisabled", type: "bool"},
  {field: "allAttributes", type: "map"},
  {field: "geoCodeErrorMsg", type: "str"},
  {field: "modificationTime", type: "date"},
  {field: "sessionAttributeDescriptors", type: "bag"},
  {field: "lastLogin", type: "date"},
  {field: "sessionLanguage", type: "bean"},
  {field: "encodedPassword", type: "str"},
  {field: "implementation", type: "bean"},
  {field: "defaultPaymentAddress", type: "bean"},
  {field: "owner", type: "bean"},
  {field: "defaultShippingAddress", type: "bean"},
  {field: "mammutDealer", type: "bool"},
  {field: "storeImage", type: "bean"}];

Seam.Remoting.registerType(Seam.Remoting.type.com$unic$msg$main$jalo$user$Dealer);

Seam.Remoting.type.de$hybris$platform$jalo$user$Employee = function() {
  this.composedType = undefined;
  this.loginDisabled = undefined;
  this.allAttributes = undefined;
  this.uID = undefined;
  this.modificationTime = undefined;
  this.password = undefined;
  this.defaultDeliveryAddress = undefined;
  this.sessionAttributeDescriptors = undefined;
  this.lastLogin = undefined;
  this.tenant = undefined;
  this.sessionLanguage = undefined;
  this.encodedPassword = undefined;
  this.implementation = undefined;
  this.description = undefined;
  this.defaultPaymentAddress = undefined;
  this.name = undefined;
  this.owner = undefined;
  this.defaultShippingAddress = undefined;
  this.login = undefined;
  this.sessionCurrency = undefined;
  this.groups = undefined;
  Seam.Remoting.type.de$hybris$platform$jalo$user$Employee.prototype.getComposedType = function() { return this.composedType; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$Employee.prototype.isLoginDisabled = function() { return this.loginDisabled; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$Employee.prototype.getAllAttributes = function() { return this.allAttributes; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$Employee.prototype.getUID = function() { return this.uID; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$Employee.prototype.getModificationTime = function() { return this.modificationTime; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$Employee.prototype.getPassword = function() { return this.password; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$Employee.prototype.getDefaultDeliveryAddress = function() { return this.defaultDeliveryAddress; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$Employee.prototype.getSessionAttributeDescriptors = function() { return this.sessionAttributeDescriptors; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$Employee.prototype.getLastLogin = function() { return this.lastLogin; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$Employee.prototype.getTenant = function() { return this.tenant; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$Employee.prototype.getSessionLanguage = function() { return this.sessionLanguage; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$Employee.prototype.getEncodedPassword = function() { return this.encodedPassword; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$Employee.prototype.getImplementation = function() { return this.implementation; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$Employee.prototype.getDescription = function() { return this.description; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$Employee.prototype.getDefaultPaymentAddress = function() { return this.defaultPaymentAddress; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$Employee.prototype.getName = function() { return this.name; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$Employee.prototype.getOwner = function() { return this.owner; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$Employee.prototype.getDefaultShippingAddress = function() { return this.defaultShippingAddress; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$Employee.prototype.getLogin = function() { return this.login; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$Employee.prototype.getSessionCurrency = function() { return this.sessionCurrency; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$Employee.prototype.getGroups = function() { return this.groups; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$Employee.prototype.setComposedType = function(composedType) { this.composedType = composedType; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$Employee.prototype.setLoginDisabled = function(loginDisabled) { this.loginDisabled = loginDisabled; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$Employee.prototype.setAllAttributes = function(allAttributes) { this.allAttributes = allAttributes; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$Employee.prototype.setUID = function(uID) { this.uID = uID; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$Employee.prototype.setModificationTime = function(modificationTime) { this.modificationTime = modificationTime; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$Employee.prototype.setPassword = function(password) { this.password = password; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$Employee.prototype.setDefaultDeliveryAddress = function(defaultDeliveryAddress) { this.defaultDeliveryAddress = defaultDeliveryAddress; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$Employee.prototype.setSessionAttributeDescriptors = function(sessionAttributeDescriptors) { this.sessionAttributeDescriptors = sessionAttributeDescriptors; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$Employee.prototype.setLastLogin = function(lastLogin) { this.lastLogin = lastLogin; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$Employee.prototype.setTenant = function(tenant) { this.tenant = tenant; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$Employee.prototype.setSessionLanguage = function(sessionLanguage) { this.sessionLanguage = sessionLanguage; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$Employee.prototype.setEncodedPassword = function(encodedPassword) { this.encodedPassword = encodedPassword; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$Employee.prototype.setImplementation = function(implementation) { this.implementation = implementation; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$Employee.prototype.setDescription = function(description) { this.description = description; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$Employee.prototype.setDefaultPaymentAddress = function(defaultPaymentAddress) { this.defaultPaymentAddress = defaultPaymentAddress; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$Employee.prototype.setName = function(name) { this.name = name; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$Employee.prototype.setOwner = function(owner) { this.owner = owner; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$Employee.prototype.setDefaultShippingAddress = function(defaultShippingAddress) { this.defaultShippingAddress = defaultShippingAddress; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$Employee.prototype.setLogin = function(login) { this.login = login; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$Employee.prototype.setSessionCurrency = function(sessionCurrency) { this.sessionCurrency = sessionCurrency; }
  Seam.Remoting.type.de$hybris$platform$jalo$user$Employee.prototype.setGroups = function(groups) { this.groups = groups; }
}

Seam.Remoting.type.de$hybris$platform$jalo$user$Employee.__name = "de.hybris.platform.jalo.user.Employee";
Seam.Remoting.type.de$hybris$platform$jalo$user$Employee.__metadata = [
  {field: "composedType", type: "bean"},
  {field: "loginDisabled", type: "bool"},
  {field: "allAttributes", type: "map"},
  {field: "uID", type: "str"},
  {field: "modificationTime", type: "date"},
  {field: "password", type: "str"},
  {field: "defaultDeliveryAddress", type: "bean"},
  {field: "sessionAttributeDescriptors", type: "bag"},
  {field: "lastLogin", type: "date"},
  {field: "tenant", type: "bean"},
  {field: "sessionLanguage", type: "bean"},
  {field: "encodedPassword", type: "str"},
  {field: "description", type: "str"},
  {field: "implementation", type: "bean"},
  {field: "name", type: "str"},
  {field: "defaultPaymentAddress", type: "bean"},
  {field: "owner", type: "bean"},
  {field: "defaultShippingAddress", type: "bean"},
  {field: "login", type: "str"},
  {field: "sessionCurrency", type: "bean"},
  {field: "groups", type: "bean"}];

Seam.Remoting.registerType(Seam.Remoting.type.de$hybris$platform$jalo$user$Employee);

Seam.Remoting.type.de$hybris$platform$jalo$link$Link = function() {
  this.composedType = undefined;
  this.allAttributes = undefined;
  this.tenant = undefined;
  this.source = undefined;
  this.implementation = undefined;
  this.owner = undefined;
  this.target = undefined;
  this.qualifier = undefined;
  this.modificationTime = undefined;
  this.reverseSequenceNumber = undefined;
  this.language = undefined;
  this.sequenceNumber = undefined;
  Seam.Remoting.type.de$hybris$platform$jalo$link$Link.prototype.getComposedType = function() { return this.composedType; }
  Seam.Remoting.type.de$hybris$platform$jalo$link$Link.prototype.getAllAttributes = function() { return this.allAttributes; }
  Seam.Remoting.type.de$hybris$platform$jalo$link$Link.prototype.getTenant = function() { return this.tenant; }
  Seam.Remoting.type.de$hybris$platform$jalo$link$Link.prototype.getSource = function() { return this.source; }
  Seam.Remoting.type.de$hybris$platform$jalo$link$Link.prototype.getImplementation = function() { return this.implementation; }
  Seam.Remoting.type.de$hybris$platform$jalo$link$Link.prototype.getOwner = function() { return this.owner; }
  Seam.Remoting.type.de$hybris$platform$jalo$link$Link.prototype.getTarget = function() { return this.target; }
  Seam.Remoting.type.de$hybris$platform$jalo$link$Link.prototype.getQualifier = function() { return this.qualifier; }
  Seam.Remoting.type.de$hybris$platform$jalo$link$Link.prototype.getModificationTime = function() { return this.modificationTime; }
  Seam.Remoting.type.de$hybris$platform$jalo$link$Link.prototype.getReverseSequenceNumber = function() { return this.reverseSequenceNumber; }
  Seam.Remoting.type.de$hybris$platform$jalo$link$Link.prototype.getLanguage = function() { return this.language; }
  Seam.Remoting.type.de$hybris$platform$jalo$link$Link.prototype.getSequenceNumber = function() { return this.sequenceNumber; }
  Seam.Remoting.type.de$hybris$platform$jalo$link$Link.prototype.setComposedType = function(composedType) { this.composedType = composedType; }
  Seam.Remoting.type.de$hybris$platform$jalo$link$Link.prototype.setAllAttributes = function(allAttributes) { this.allAttributes = allAttributes; }
  Seam.Remoting.type.de$hybris$platform$jalo$link$Link.prototype.setTenant = function(tenant) { this.tenant = tenant; }
  Seam.Remoting.type.de$hybris$platform$jalo$link$Link.prototype.setSource = function(source) { this.source = source; }
  Seam.Remoting.type.de$hybris$platform$jalo$link$Link.prototype.setImplementation = function(implementation) { this.implementation = implementation; }
  Seam.Remoting.type.de$hybris$platform$jalo$link$Link.prototype.setOwner = function(owner) { this.owner = owner; }
  Seam.Remoting.type.de$hybris$platform$jalo$link$Link.prototype.setTarget = function(target) { this.target = target; }
  Seam.Remoting.type.de$hybris$platform$jalo$link$Link.prototype.setQualifier = function(qualifier) { this.qualifier = qualifier; }
  Seam.Remoting.type.de$hybris$platform$jalo$link$Link.prototype.setModificationTime = function(modificationTime) { this.modificationTime = modificationTime; }
  Seam.Remoting.type.de$hybris$platform$jalo$link$Link.prototype.setReverseSequenceNumber = function(reverseSequenceNumber) { this.reverseSequenceNumber = reverseSequenceNumber; }
  Seam.Remoting.type.de$hybris$platform$jalo$link$Link.prototype.setLanguage = function(language) { this.language = language; }
  Seam.Remoting.type.de$hybris$platform$jalo$link$Link.prototype.setSequenceNumber = function(sequenceNumber) { this.sequenceNumber = sequenceNumber; }
}

Seam.Remoting.type.de$hybris$platform$jalo$link$Link.__name = "de.hybris.platform.jalo.link.Link";
Seam.Remoting.type.de$hybris$platform$jalo$link$Link.__metadata = [
  {field: "composedType", type: "bean"},
  {field: "source", type: "bean"},
  {field: "tenant", type: "bean"},
  {field: "allAttributes", type: "map"},
  {field: "implementation", type: "bean"},
  {field: "target", type: "bean"},
  {field: "owner", type: "bean"},
  {field: "qualifier", type: "str"},
  {field: "language", type: "bean"},
  {field: "reverseSequenceNumber", type: "number"},
  {field: "modificationTime", type: "date"},
  {field: "sequenceNumber", type: "number"}];

Seam.Remoting.registerType(Seam.Remoting.type.de$hybris$platform$jalo$link$Link);

Seam.Remoting.type.de$hybris$platform$jalo$product$Unit = function() {
  this.composedType = undefined;
  this.conversionFactor = undefined;
  this.allAttributes = undefined;
  this.tenant = undefined;
  this.unitType = undefined;
  this.implementation = undefined;
  this.name = undefined;
  this.owner = undefined;
  this.modificationTime = undefined;
  this.code = undefined;
  Seam.Remoting.type.de$hybris$platform$jalo$product$Unit.prototype.getComposedType = function() { return this.composedType; }
  Seam.Remoting.type.de$hybris$platform$jalo$product$Unit.prototype.getConversionFactor = function() { return this.conversionFactor; }
  Seam.Remoting.type.de$hybris$platform$jalo$product$Unit.prototype.getAllAttributes = function() { return this.allAttributes; }
  Seam.Remoting.type.de$hybris$platform$jalo$product$Unit.prototype.getTenant = function() { return this.tenant; }
  Seam.Remoting.type.de$hybris$platform$jalo$product$Unit.prototype.getUnitType = function() { return this.unitType; }
  Seam.Remoting.type.de$hybris$platform$jalo$product$Unit.prototype.getImplementation = function() { return this.implementation; }
  Seam.Remoting.type.de$hybris$platform$jalo$product$Unit.prototype.getName = function() { return this.name; }
  Seam.Remoting.type.de$hybris$platform$jalo$product$Unit.prototype.getOwner = function() { return this.owner; }
  Seam.Remoting.type.de$hybris$platform$jalo$product$Unit.prototype.getModificationTime = function() { return this.modificationTime; }
  Seam.Remoting.type.de$hybris$platform$jalo$product$Unit.prototype.getCode = function() { return this.code; }
  Seam.Remoting.type.de$hybris$platform$jalo$product$Unit.prototype.setComposedType = function(composedType) { this.composedType = composedType; }
  Seam.Remoting.type.de$hybris$platform$jalo$product$Unit.prototype.setConversionFactor = function(conversionFactor) { this.conversionFactor = conversionFactor; }
  Seam.Remoting.type.de$hybris$platform$jalo$product$Unit.prototype.setAllAttributes = function(allAttributes) { this.allAttributes = allAttributes; }
  Seam.Remoting.type.de$hybris$platform$jalo$product$Unit.prototype.setTenant = function(tenant) { this.tenant = tenant; }
  Seam.Remoting.type.de$hybris$platform$jalo$product$Unit.prototype.setUnitType = function(unitType) { this.unitType = unitType; }
  Seam.Remoting.type.de$hybris$platform$jalo$product$Unit.prototype.setImplementation = function(implementation) { this.implementation = implementation; }
  Seam.Remoting.type.de$hybris$platform$jalo$product$Unit.prototype.setName = function(name) { this.name = name; }
  Seam.Remoting.type.de$hybris$platform$jalo$product$Unit.prototype.setOwner = function(owner) { this.owner = owner; }
  Seam.Remoting.type.de$hybris$platform$jalo$product$Unit.prototype.setModificationTime = function(modificationTime) { this.modificationTime = modificationTime; }
  Seam.Remoting.type.de$hybris$platform$jalo$product$Unit.prototype.setCode = function(code) { this.code = code; }
}

Seam.Remoting.type.de$hybris$platform$jalo$product$Unit.__name = "de.hybris.platform.jalo.product.Unit";
Seam.Remoting.type.de$hybris$platform$jalo$product$Unit.__metadata = [
  {field: "composedType", type: "bean"},
  {field: "conversionFactor", type: "number"},
  {field: "tenant", type: "bean"},
  {field: "allAttributes", type: "map"},
  {field: "unitType", type: "str"},
  {field: "implementation", type: "bean"},
  {field: "name", type: "str"},
  {field: "owner", type: "bean"},
  {field: "code", type: "str"},
  {field: "modificationTime", type: "date"}];

Seam.Remoting.registerType(Seam.Remoting.type.de$hybris$platform$jalo$product$Unit);

Seam.Remoting.type.de$hybris$platform$jalo$product$Product = function() {
  this.composedType = undefined;
  this.picture = undefined;
  this.unit = undefined;
  this.thumbnail = undefined;
  this.allAttributes = undefined;
  this.tenant = undefined;
  this.implementation = undefined;
  this.description = undefined;
  this.name = undefined;
  this.owner = undefined;
  this.modificationTime = undefined;
  this.code = undefined;
  Seam.Remoting.type.de$hybris$platform$jalo$product$Product.prototype.getComposedType = function() { return this.composedType; }
  Seam.Remoting.type.de$hybris$platform$jalo$product$Product.prototype.getPicture = function() { return this.picture; }
  Seam.Remoting.type.de$hybris$platform$jalo$product$Product.prototype.getUnit = function() { return this.unit; }
  Seam.Remoting.type.de$hybris$platform$jalo$product$Product.prototype.getThumbnail = function() { return this.thumbnail; }
  Seam.Remoting.type.de$hybris$platform$jalo$product$Product.prototype.getAllAttributes = function() { return this.allAttributes; }
  Seam.Remoting.type.de$hybris$platform$jalo$product$Product.prototype.getTenant = function() { return this.tenant; }
  Seam.Remoting.type.de$hybris$platform$jalo$product$Product.prototype.getImplementation = function() { return this.implementation; }
  Seam.Remoting.type.de$hybris$platform$jalo$product$Product.prototype.getDescription = function() { return this.description; }
  Seam.Remoting.type.de$hybris$platform$jalo$product$Product.prototype.getName = function() { return this.name; }
  Seam.Remoting.type.de$hybris$platform$jalo$product$Product.prototype.getOwner = function() { return this.owner; }
  Seam.Remoting.type.de$hybris$platform$jalo$product$Product.prototype.getModificationTime = function() { return this.modificationTime; }
  Seam.Remoting.type.de$hybris$platform$jalo$product$Product.prototype.getCode = function() { return this.code; }
  Seam.Remoting.type.de$hybris$platform$jalo$product$Product.prototype.setComposedType = function(composedType) { this.composedType = composedType; }
  Seam.Remoting.type.de$hybris$platform$jalo$product$Product.prototype.setPicture = function(picture) { this.picture = picture; }
  Seam.Remoting.type.de$hybris$platform$jalo$product$Product.prototype.setUnit = function(unit) { this.unit = unit; }
  Seam.Remoting.type.de$hybris$platform$jalo$product$Product.prototype.setThumbnail = function(thumbnail) { this.thumbnail = thumbnail; }
  Seam.Remoting.type.de$hybris$platform$jalo$product$Product.prototype.setAllAttributes = function(allAttributes) { this.allAttributes = allAttributes; }
  Seam.Remoting.type.de$hybris$platform$jalo$product$Product.prototype.setTenant = function(tenant) { this.tenant = tenant; }
  Seam.Remoting.type.de$hybris$platform$jalo$product$Product.prototype.setImplementation = function(implementation) { this.implementation = implementation; }
  Seam.Remoting.type.de$hybris$platform$jalo$product$Product.prototype.setDescription = function(description) { this.description = description; }
  Seam.Remoting.type.de$hybris$platform$jalo$product$Product.prototype.setName = function(name) { this.name = name; }
  Seam.Remoting.type.de$hybris$platform$jalo$product$Product.prototype.setOwner = function(owner) { this.owner = owner; }
  Seam.Remoting.type.de$hybris$platform$jalo$product$Product.prototype.setModificationTime = function(modificationTime) { this.modificationTime = modificationTime; }
  Seam.Remoting.type.de$hybris$platform$jalo$product$Product.prototype.setCode = function(code) { this.code = code; }
}

Seam.Remoting.type.de$hybris$platform$jalo$product$Product.__name = "de.hybris.platform.jalo.product.Product";
Seam.Remoting.type.de$hybris$platform$jalo$product$Product.__metadata = [
  {field: "picture", type: "bean"},
  {field: "composedType", type: "bean"},
  {field: "unit", type: "bean"},
  {field: "thumbnail", type: "bean"},
  {field: "tenant", type: "bean"},
  {field: "allAttributes", type: "map"},
  {field: "description", type: "str"},
  {field: "implementation", type: "bean"},
  {field: "name", type: "str"},
  {field: "owner", type: "bean"},
  {field: "code", type: "str"},
  {field: "modificationTime", type: "date"}];

Seam.Remoting.registerType(Seam.Remoting.type.de$hybris$platform$jalo$product$Product);

Seam.Remoting.type.de$hybris$platform$jalo$enumeration$EnumerationValue = function() {
  this.composedType = undefined;
  this.allAttributes = undefined;
  this.tenant = undefined;
  this.extensionName = undefined;
  this.implementation = undefined;
  this.name = undefined;
  this.owner = undefined;
  this.modificationTime = undefined;
  this.code = undefined;
  this.sequenceNumber = undefined;
  Seam.Remoting.type.de$hybris$platform$jalo$enumeration$EnumerationValue.prototype.getComposedType = function() { return this.composedType; }
  Seam.Remoting.type.de$hybris$platform$jalo$enumeration$EnumerationValue.prototype.getAllAttributes = function() { return this.allAttributes; }
  Seam.Remoting.type.de$hybris$platform$jalo$enumeration$EnumerationValue.prototype.getTenant = function() { return this.tenant; }
  Seam.Remoting.type.de$hybris$platform$jalo$enumeration$EnumerationValue.prototype.getExtensionName = function() { return this.extensionName; }
  Seam.Remoting.type.de$hybris$platform$jalo$enumeration$EnumerationValue.prototype.getImplementation = function() { return this.implementation; }
  Seam.Remoting.type.de$hybris$platform$jalo$enumeration$EnumerationValue.prototype.getName = function() { return this.name; }
  Seam.Remoting.type.de$hybris$platform$jalo$enumeration$EnumerationValue.prototype.getOwner = function() { return this.owner; }
  Seam.Remoting.type.de$hybris$platform$jalo$enumeration$EnumerationValue.prototype.getModificationTime = function() { return this.modificationTime; }
  Seam.Remoting.type.de$hybris$platform$jalo$enumeration$EnumerationValue.prototype.getCode = function() { return this.code; }
  Seam.Remoting.type.de$hybris$platform$jalo$enumeration$EnumerationValue.prototype.getSequenceNumber = function() { return this.sequenceNumber; }
  Seam.Remoting.type.de$hybris$platform$jalo$enumeration$EnumerationValue.prototype.setComposedType = function(composedType) { this.composedType = composedType; }
  Seam.Remoting.type.de$hybris$platform$jalo$enumeration$EnumerationValue.prototype.setAllAttributes = function(allAttributes) { this.allAttributes = allAttributes; }
  Seam.Remoting.type.de$hybris$platform$jalo$enumeration$EnumerationValue.prototype.setTenant = function(tenant) { this.tenant = tenant; }
  Seam.Remoting.type.de$hybris$platform$jalo$enumeration$EnumerationValue.prototype.setExtensionName = function(extensionName) { this.extensionName = extensionName; }
  Seam.Remoting.type.de$hybris$platform$jalo$enumeration$EnumerationValue.prototype.setImplementation = function(implementation) { this.implementation = implementation; }
  Seam.Remoting.type.de$hybris$platform$jalo$enumeration$EnumerationValue.prototype.setName = function(name) { this.name = name; }
  Seam.Remoting.type.de$hybris$platform$jalo$enumeration$EnumerationValue.prototype.setOwner = function(owner) { this.owner = owner; }
  Seam.Remoting.type.de$hybris$platform$jalo$enumeration$EnumerationValue.prototype.setModificationTime = function(modificationTime) { this.modificationTime = modificationTime; }
  Seam.Remoting.type.de$hybris$platform$jalo$enumeration$EnumerationValue.prototype.setCode = function(code) { this.code = code; }
  Seam.Remoting.type.de$hybris$platform$jalo$enumeration$EnumerationValue.prototype.setSequenceNumber = function(sequenceNumber) { this.sequenceNumber = sequenceNumber; }
}

Seam.Remoting.type.de$hybris$platform$jalo$enumeration$EnumerationValue.__name = "de.hybris.platform.jalo.enumeration.EnumerationValue";
Seam.Remoting.type.de$hybris$platform$jalo$enumeration$EnumerationValue.__metadata = [
  {field: "composedType", type: "bean"},
  {field: "extensionName", type: "str"},
  {field: "tenant", type: "bean"},
  {field: "allAttributes", type: "map"},
  {field: "implementation", type: "bean"},
  {field: "name", type: "str"},
  {field: "owner", type: "bean"},
  {field: "code", type: "str"},
  {field: "modificationTime", type: "date"},
  {field: "sequenceNumber", type: "number"}];

Seam.Remoting.registerType(Seam.Remoting.type.de$hybris$platform$jalo$enumeration$EnumerationValue);

Seam.Remoting.type.com$unic$msg$main$jalo$product$AbstractMsgVariantProduct = function() {
  this.composedType = undefined;
  this.targetProductD = undefined;
  this.targetProductB = undefined;
  this.targetProductC = undefined;
  this.countryGroups = undefined;
  this.targetProductA = undefined;
  this.tenant = undefined;
  this.picture2Zoom = undefined;
  this.description = undefined;
  this.picture2 = undefined;
  this.name = undefined;
  this.baseProduct = undefined;
  this.sourceProductC = undefined;
  this.sourceProductB = undefined;
  this.sourceProductA = undefined;
  this.displayCountryGroup = undefined;
  this.allAttributes = undefined;
  this.mammutStatus = undefined;
  this.code = undefined;
  this.modificationTime = undefined;
  this.picture2Small = undefined;
  this.picture = undefined;
  this.unit = undefined;
  this.thumbnail = undefined;
  this.skuNumber = undefined;
  this.thumbnail2 = undefined;
  this.implementation = undefined;
  this.owner = undefined;
  this.sourceProductD = undefined;
  Seam.Remoting.type.com$unic$msg$main$jalo$product$AbstractMsgVariantProduct.prototype.getComposedType = function() { return this.composedType; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$AbstractMsgVariantProduct.prototype.getTargetProductD = function() { return this.targetProductD; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$AbstractMsgVariantProduct.prototype.getTargetProductB = function() { return this.targetProductB; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$AbstractMsgVariantProduct.prototype.getTargetProductC = function() { return this.targetProductC; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$AbstractMsgVariantProduct.prototype.getCountryGroups = function() { return this.countryGroups; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$AbstractMsgVariantProduct.prototype.getTargetProductA = function() { return this.targetProductA; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$AbstractMsgVariantProduct.prototype.getTenant = function() { return this.tenant; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$AbstractMsgVariantProduct.prototype.getPicture2Zoom = function() { return this.picture2Zoom; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$AbstractMsgVariantProduct.prototype.getDescription = function() { return this.description; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$AbstractMsgVariantProduct.prototype.getPicture2 = function() { return this.picture2; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$AbstractMsgVariantProduct.prototype.getName = function() { return this.name; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$AbstractMsgVariantProduct.prototype.getBaseProduct = function() { return this.baseProduct; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$AbstractMsgVariantProduct.prototype.getSourceProductC = function() { return this.sourceProductC; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$AbstractMsgVariantProduct.prototype.getSourceProductB = function() { return this.sourceProductB; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$AbstractMsgVariantProduct.prototype.getSourceProductA = function() { return this.sourceProductA; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$AbstractMsgVariantProduct.prototype.getDisplayCountryGroup = function() { return this.displayCountryGroup; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$AbstractMsgVariantProduct.prototype.getAllAttributes = function() { return this.allAttributes; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$AbstractMsgVariantProduct.prototype.getMammutStatus = function() { return this.mammutStatus; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$AbstractMsgVariantProduct.prototype.getCode = function() { return this.code; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$AbstractMsgVariantProduct.prototype.getModificationTime = function() { return this.modificationTime; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$AbstractMsgVariantProduct.prototype.getPicture2Small = function() { return this.picture2Small; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$AbstractMsgVariantProduct.prototype.getPicture = function() { return this.picture; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$AbstractMsgVariantProduct.prototype.getUnit = function() { return this.unit; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$AbstractMsgVariantProduct.prototype.getThumbnail = function() { return this.thumbnail; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$AbstractMsgVariantProduct.prototype.getSkuNumber = function() { return this.skuNumber; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$AbstractMsgVariantProduct.prototype.getThumbnail2 = function() { return this.thumbnail2; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$AbstractMsgVariantProduct.prototype.getImplementation = function() { return this.implementation; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$AbstractMsgVariantProduct.prototype.getOwner = function() { return this.owner; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$AbstractMsgVariantProduct.prototype.getSourceProductD = function() { return this.sourceProductD; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$AbstractMsgVariantProduct.prototype.setComposedType = function(composedType) { this.composedType = composedType; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$AbstractMsgVariantProduct.prototype.setTargetProductD = function(targetProductD) { this.targetProductD = targetProductD; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$AbstractMsgVariantProduct.prototype.setTargetProductB = function(targetProductB) { this.targetProductB = targetProductB; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$AbstractMsgVariantProduct.prototype.setTargetProductC = function(targetProductC) { this.targetProductC = targetProductC; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$AbstractMsgVariantProduct.prototype.setCountryGroups = function(countryGroups) { this.countryGroups = countryGroups; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$AbstractMsgVariantProduct.prototype.setTargetProductA = function(targetProductA) { this.targetProductA = targetProductA; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$AbstractMsgVariantProduct.prototype.setTenant = function(tenant) { this.tenant = tenant; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$AbstractMsgVariantProduct.prototype.setPicture2Zoom = function(picture2Zoom) { this.picture2Zoom = picture2Zoom; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$AbstractMsgVariantProduct.prototype.setDescription = function(description) { this.description = description; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$AbstractMsgVariantProduct.prototype.setPicture2 = function(picture2) { this.picture2 = picture2; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$AbstractMsgVariantProduct.prototype.setName = function(name) { this.name = name; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$AbstractMsgVariantProduct.prototype.setBaseProduct = function(baseProduct) { this.baseProduct = baseProduct; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$AbstractMsgVariantProduct.prototype.setSourceProductC = function(sourceProductC) { this.sourceProductC = sourceProductC; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$AbstractMsgVariantProduct.prototype.setSourceProductB = function(sourceProductB) { this.sourceProductB = sourceProductB; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$AbstractMsgVariantProduct.prototype.setSourceProductA = function(sourceProductA) { this.sourceProductA = sourceProductA; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$AbstractMsgVariantProduct.prototype.setDisplayCountryGroup = function(displayCountryGroup) { this.displayCountryGroup = displayCountryGroup; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$AbstractMsgVariantProduct.prototype.setAllAttributes = function(allAttributes) { this.allAttributes = allAttributes; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$AbstractMsgVariantProduct.prototype.setMammutStatus = function(mammutStatus) { this.mammutStatus = mammutStatus; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$AbstractMsgVariantProduct.prototype.setCode = function(code) { this.code = code; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$AbstractMsgVariantProduct.prototype.setModificationTime = function(modificationTime) { this.modificationTime = modificationTime; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$AbstractMsgVariantProduct.prototype.setPicture2Small = function(picture2Small) { this.picture2Small = picture2Small; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$AbstractMsgVariantProduct.prototype.setPicture = function(picture) { this.picture = picture; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$AbstractMsgVariantProduct.prototype.setUnit = function(unit) { this.unit = unit; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$AbstractMsgVariantProduct.prototype.setThumbnail = function(thumbnail) { this.thumbnail = thumbnail; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$AbstractMsgVariantProduct.prototype.setSkuNumber = function(skuNumber) { this.skuNumber = skuNumber; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$AbstractMsgVariantProduct.prototype.setThumbnail2 = function(thumbnail2) { this.thumbnail2 = thumbnail2; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$AbstractMsgVariantProduct.prototype.setImplementation = function(implementation) { this.implementation = implementation; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$AbstractMsgVariantProduct.prototype.setOwner = function(owner) { this.owner = owner; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$AbstractMsgVariantProduct.prototype.setSourceProductD = function(sourceProductD) { this.sourceProductD = sourceProductD; }
}

Seam.Remoting.type.com$unic$msg$main$jalo$product$AbstractMsgVariantProduct.__name = "com.unic.msg.main.jalo.product.AbstractMsgVariantProduct";
Seam.Remoting.type.com$unic$msg$main$jalo$product$AbstractMsgVariantProduct.__metadata = [
  {field: "composedType", type: "bean"},
  {field: "targetProductD", type: "bean"},
  {field: "targetProductB", type: "bean"},
  {field: "countryGroups", type: "bag"},
  {field: "targetProductC", type: "bean"},
  {field: "targetProductA", type: "bean"},
  {field: "tenant", type: "bean"},
  {field: "description", type: "str"},
  {field: "picture2Zoom", type: "bean"},
  {field: "name", type: "str"},
  {field: "picture2", type: "bean"},
  {field: "baseProduct", type: "bean"},
  {field: "sourceProductC", type: "bag"},
  {field: "sourceProductB", type: "bag"},
  {field: "sourceProductA", type: "bag"},
  {field: "displayCountryGroup", type: "bag"},
  {field: "allAttributes", type: "map"},
  {field: "mammutStatus", type: "bean"},
  {field: "code", type: "str"},
  {field: "modificationTime", type: "date"},
  {field: "picture2Small", type: "bean"},
  {field: "picture", type: "bean"},
  {field: "unit", type: "bean"},
  {field: "thumbnail", type: "bean"},
  {field: "skuNumber", type: "str"},
  {field: "thumbnail2", type: "bean"},
  {field: "implementation", type: "bean"},
  {field: "owner", type: "bean"},
  {field: "sourceProductD", type: "bag"}];

Seam.Remoting.registerType(Seam.Remoting.type.com$unic$msg$main$jalo$product$AbstractMsgVariantProduct);

Seam.Remoting.type.de$hybris$platform$cms$jalo$Template = function() {
  this.composedType = undefined;
  this.content = undefined;
  this.templateType = undefined;
  this.allAttributes = undefined;
  this.tenant = undefined;
  this.status = undefined;
  this.implementation = undefined;
  this.owner = undefined;
  this.modificationTime = undefined;
  this.code = undefined;
  Seam.Remoting.type.de$hybris$platform$cms$jalo$Template.prototype.getComposedType = function() { return this.composedType; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$Template.prototype.getContent = function() { return this.content; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$Template.prototype.getTemplateType = function() { return this.templateType; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$Template.prototype.getAllAttributes = function() { return this.allAttributes; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$Template.prototype.getTenant = function() { return this.tenant; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$Template.prototype.getStatus = function() { return this.status; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$Template.prototype.getImplementation = function() { return this.implementation; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$Template.prototype.getOwner = function() { return this.owner; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$Template.prototype.getModificationTime = function() { return this.modificationTime; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$Template.prototype.getCode = function() { return this.code; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$Template.prototype.setComposedType = function(composedType) { this.composedType = composedType; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$Template.prototype.setContent = function(content) { this.content = content; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$Template.prototype.setTemplateType = function(templateType) { this.templateType = templateType; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$Template.prototype.setAllAttributes = function(allAttributes) { this.allAttributes = allAttributes; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$Template.prototype.setTenant = function(tenant) { this.tenant = tenant; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$Template.prototype.setStatus = function(status) { this.status = status; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$Template.prototype.setImplementation = function(implementation) { this.implementation = implementation; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$Template.prototype.setOwner = function(owner) { this.owner = owner; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$Template.prototype.setModificationTime = function(modificationTime) { this.modificationTime = modificationTime; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$Template.prototype.setCode = function(code) { this.code = code; }
}

Seam.Remoting.type.de$hybris$platform$cms$jalo$Template.__name = "de.hybris.platform.cms.jalo.Template";
Seam.Remoting.type.de$hybris$platform$cms$jalo$Template.__metadata = [
  {field: "content", type: "str"},
  {field: "composedType", type: "bean"},
  {field: "templateType", type: "bean"},
  {field: "tenant", type: "bean"},
  {field: "allAttributes", type: "map"},
  {field: "status", type: "bean"},
  {field: "implementation", type: "bean"},
  {field: "owner", type: "bean"},
  {field: "code", type: "str"},
  {field: "modificationTime", type: "date"}];

Seam.Remoting.registerType(Seam.Remoting.type.de$hybris$platform$cms$jalo$Template);

Seam.Remoting.type.de$hybris$platform$cms$jalo$URLGeneratorRule = function() {
  this.composedType = undefined;
  this.allAttributes = undefined;
  this.tenant = undefined;
  this.implementation = undefined;
  this.owner = undefined;
  this.customApplicationPath = undefined;
  this.modificationTime = undefined;
  this.applicationPathRule = undefined;
  this.code = undefined;
  Seam.Remoting.type.de$hybris$platform$cms$jalo$URLGeneratorRule.prototype.getComposedType = function() { return this.composedType; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$URLGeneratorRule.prototype.getAllAttributes = function() { return this.allAttributes; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$URLGeneratorRule.prototype.getTenant = function() { return this.tenant; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$URLGeneratorRule.prototype.getImplementation = function() { return this.implementation; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$URLGeneratorRule.prototype.getOwner = function() { return this.owner; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$URLGeneratorRule.prototype.getCustomApplicationPath = function() { return this.customApplicationPath; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$URLGeneratorRule.prototype.getModificationTime = function() { return this.modificationTime; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$URLGeneratorRule.prototype.getApplicationPathRule = function() { return this.applicationPathRule; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$URLGeneratorRule.prototype.getCode = function() { return this.code; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$URLGeneratorRule.prototype.setComposedType = function(composedType) { this.composedType = composedType; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$URLGeneratorRule.prototype.setAllAttributes = function(allAttributes) { this.allAttributes = allAttributes; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$URLGeneratorRule.prototype.setTenant = function(tenant) { this.tenant = tenant; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$URLGeneratorRule.prototype.setImplementation = function(implementation) { this.implementation = implementation; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$URLGeneratorRule.prototype.setOwner = function(owner) { this.owner = owner; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$URLGeneratorRule.prototype.setCustomApplicationPath = function(customApplicationPath) { this.customApplicationPath = customApplicationPath; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$URLGeneratorRule.prototype.setModificationTime = function(modificationTime) { this.modificationTime = modificationTime; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$URLGeneratorRule.prototype.setApplicationPathRule = function(applicationPathRule) { this.applicationPathRule = applicationPathRule; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$URLGeneratorRule.prototype.setCode = function(code) { this.code = code; }
}

Seam.Remoting.type.de$hybris$platform$cms$jalo$URLGeneratorRule.__name = "de.hybris.platform.cms.jalo.URLGeneratorRule";
Seam.Remoting.type.de$hybris$platform$cms$jalo$URLGeneratorRule.__metadata = [
  {field: "composedType", type: "bean"},
  {field: "tenant", type: "bean"},
  {field: "allAttributes", type: "map"},
  {field: "implementation", type: "bean"},
  {field: "owner", type: "bean"},
  {field: "customApplicationPath", type: "str"},
  {field: "code", type: "str"},
  {field: "applicationPathRule", type: "bean"},
  {field: "modificationTime", type: "date"}];

Seam.Remoting.registerType(Seam.Remoting.type.de$hybris$platform$cms$jalo$URLGeneratorRule);

Seam.Remoting.type.de$hybris$platform$cms$jalo$PageContent = function() {
  this.composedType = undefined;
  this.metaKeywords = undefined;
  this.allMetaTitle = undefined;
  this.metaTitle = undefined;
  this.restrictedPrincipalGroups = undefined;
  this.title = undefined;
  this.tenant = undefined;
  this.metaAuthor = undefined;
  this.allMetaAuthor = undefined;
  this.metaPublicationDate = undefined;
  this.template = undefined;
  this.allMetaDescription = undefined;
  this.allAttributes = undefined;
  this.status = undefined;
  this.allTitle = undefined;
  this.metaDescription = undefined;
  this.code = undefined;
  this.modificationTime = undefined;
  this.contextContents = undefined;
  this.defaultNavigationElement = undefined;
  this.allMetaPublicationDate = undefined;
  this.implementation = undefined;
  this.urlGeneratorRule = undefined;
  this.owner = undefined;
  this.allMetaKeywords = undefined;
  Seam.Remoting.type.de$hybris$platform$cms$jalo$PageContent.prototype.getComposedType = function() { return this.composedType; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$PageContent.prototype.getMetaKeywords = function() { return this.metaKeywords; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$PageContent.prototype.getAllMetaTitle = function() { return this.allMetaTitle; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$PageContent.prototype.getMetaTitle = function() { return this.metaTitle; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$PageContent.prototype.getRestrictedPrincipalGroups = function() { return this.restrictedPrincipalGroups; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$PageContent.prototype.getTitle = function() { return this.title; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$PageContent.prototype.getTenant = function() { return this.tenant; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$PageContent.prototype.getMetaAuthor = function() { return this.metaAuthor; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$PageContent.prototype.getAllMetaAuthor = function() { return this.allMetaAuthor; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$PageContent.prototype.getMetaPublicationDate = function() { return this.metaPublicationDate; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$PageContent.prototype.getTemplate = function() { return this.template; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$PageContent.prototype.getAllMetaDescription = function() { return this.allMetaDescription; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$PageContent.prototype.getAllAttributes = function() { return this.allAttributes; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$PageContent.prototype.getStatus = function() { return this.status; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$PageContent.prototype.getAllTitle = function() { return this.allTitle; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$PageContent.prototype.getMetaDescription = function() { return this.metaDescription; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$PageContent.prototype.getCode = function() { return this.code; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$PageContent.prototype.getModificationTime = function() { return this.modificationTime; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$PageContent.prototype.getContextContents = function() { return this.contextContents; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$PageContent.prototype.getDefaultNavigationElement = function() { return this.defaultNavigationElement; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$PageContent.prototype.getAllMetaPublicationDate = function() { return this.allMetaPublicationDate; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$PageContent.prototype.getImplementation = function() { return this.implementation; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$PageContent.prototype.getUrlGeneratorRule = function() { return this.urlGeneratorRule; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$PageContent.prototype.getOwner = function() { return this.owner; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$PageContent.prototype.getAllMetaKeywords = function() { return this.allMetaKeywords; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$PageContent.prototype.setComposedType = function(composedType) { this.composedType = composedType; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$PageContent.prototype.setMetaKeywords = function(metaKeywords) { this.metaKeywords = metaKeywords; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$PageContent.prototype.setAllMetaTitle = function(allMetaTitle) { this.allMetaTitle = allMetaTitle; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$PageContent.prototype.setMetaTitle = function(metaTitle) { this.metaTitle = metaTitle; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$PageContent.prototype.setRestrictedPrincipalGroups = function(restrictedPrincipalGroups) { this.restrictedPrincipalGroups = restrictedPrincipalGroups; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$PageContent.prototype.setTitle = function(title) { this.title = title; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$PageContent.prototype.setTenant = function(tenant) { this.tenant = tenant; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$PageContent.prototype.setMetaAuthor = function(metaAuthor) { this.metaAuthor = metaAuthor; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$PageContent.prototype.setAllMetaAuthor = function(allMetaAuthor) { this.allMetaAuthor = allMetaAuthor; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$PageContent.prototype.setMetaPublicationDate = function(metaPublicationDate) { this.metaPublicationDate = metaPublicationDate; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$PageContent.prototype.setTemplate = function(template) { this.template = template; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$PageContent.prototype.setAllMetaDescription = function(allMetaDescription) { this.allMetaDescription = allMetaDescription; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$PageContent.prototype.setAllAttributes = function(allAttributes) { this.allAttributes = allAttributes; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$PageContent.prototype.setStatus = function(status) { this.status = status; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$PageContent.prototype.setAllTitle = function(allTitle) { this.allTitle = allTitle; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$PageContent.prototype.setMetaDescription = function(metaDescription) { this.metaDescription = metaDescription; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$PageContent.prototype.setCode = function(code) { this.code = code; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$PageContent.prototype.setModificationTime = function(modificationTime) { this.modificationTime = modificationTime; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$PageContent.prototype.setContextContents = function(contextContents) { this.contextContents = contextContents; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$PageContent.prototype.setDefaultNavigationElement = function(defaultNavigationElement) { this.defaultNavigationElement = defaultNavigationElement; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$PageContent.prototype.setAllMetaPublicationDate = function(allMetaPublicationDate) { this.allMetaPublicationDate = allMetaPublicationDate; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$PageContent.prototype.setImplementation = function(implementation) { this.implementation = implementation; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$PageContent.prototype.setUrlGeneratorRule = function(urlGeneratorRule) { this.urlGeneratorRule = urlGeneratorRule; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$PageContent.prototype.setOwner = function(owner) { this.owner = owner; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$PageContent.prototype.setAllMetaKeywords = function(allMetaKeywords) { this.allMetaKeywords = allMetaKeywords; }
}

Seam.Remoting.type.de$hybris$platform$cms$jalo$PageContent.__name = "de.hybris.platform.cms.jalo.PageContent";
Seam.Remoting.type.de$hybris$platform$cms$jalo$PageContent.__metadata = [
  {field: "composedType", type: "bean"},
  {field: "allMetaTitle", type: "map"},
  {field: "metaKeywords", type: "str"},
  {field: "metaTitle", type: "str"},
  {field: "restrictedPrincipalGroups", type: "bag"},
  {field: "title", type: "str"},
  {field: "tenant", type: "bean"},
  {field: "metaAuthor", type: "str"},
  {field: "metaPublicationDate", type: "date"},
  {field: "allMetaAuthor", type: "map"},
  {field: "template", type: "bean"},
  {field: "allMetaDescription", type: "map"},
  {field: "allAttributes", type: "map"},
  {field: "status", type: "bean"},
  {field: "allTitle", type: "map"},
  {field: "metaDescription", type: "str"},
  {field: "code", type: "str"},
  {field: "modificationTime", type: "date"},
  {field: "contextContents", type: "bag"},
  {field: "defaultNavigationElement", type: "bean"},
  {field: "allMetaPublicationDate", type: "map"},
  {field: "implementation", type: "bean"},
  {field: "urlGeneratorRule", type: "bean"},
  {field: "owner", type: "bean"},
  {field: "allMetaKeywords", type: "map"}];

Seam.Remoting.registerType(Seam.Remoting.type.de$hybris$platform$cms$jalo$PageContent);

Seam.Remoting.type.de$hybris$platform$cms$jalo$NavigationElement = function() {
  this.composedType = undefined;
  this.template = undefined;
  this.allName = undefined;
  this.allAttributes = undefined;
  this.visible = undefined;
  this.status = undefined;
  this.children = undefined;
  this.parent = undefined;
  this.modificationTime = undefined;
  this.code = undefined;
  this.contextContents = undefined;
  this.sequenceNumber = undefined;
  this.restrictedPrincipalGroups = undefined;
  this.content = undefined;
  this.tenant = undefined;
  this.implementation = undefined;
  this.name = undefined;
  this.owner = undefined;
  this.contentURL = undefined;
  Seam.Remoting.type.de$hybris$platform$cms$jalo$NavigationElement.prototype.getComposedType = function() { return this.composedType; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$NavigationElement.prototype.getTemplate = function() { return this.template; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$NavigationElement.prototype.getAllName = function() { return this.allName; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$NavigationElement.prototype.getAllAttributes = function() { return this.allAttributes; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$NavigationElement.prototype.isVisible = function() { return this.visible; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$NavigationElement.prototype.getStatus = function() { return this.status; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$NavigationElement.prototype.getChildren = function() { return this.children; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$NavigationElement.prototype.getParent = function() { return this.parent; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$NavigationElement.prototype.getModificationTime = function() { return this.modificationTime; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$NavigationElement.prototype.getCode = function() { return this.code; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$NavigationElement.prototype.getContextContents = function() { return this.contextContents; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$NavigationElement.prototype.getSequenceNumber = function() { return this.sequenceNumber; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$NavigationElement.prototype.getRestrictedPrincipalGroups = function() { return this.restrictedPrincipalGroups; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$NavigationElement.prototype.getContent = function() { return this.content; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$NavigationElement.prototype.getTenant = function() { return this.tenant; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$NavigationElement.prototype.getImplementation = function() { return this.implementation; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$NavigationElement.prototype.getName = function() { return this.name; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$NavigationElement.prototype.getOwner = function() { return this.owner; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$NavigationElement.prototype.getContentURL = function() { return this.contentURL; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$NavigationElement.prototype.setComposedType = function(composedType) { this.composedType = composedType; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$NavigationElement.prototype.setTemplate = function(template) { this.template = template; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$NavigationElement.prototype.setAllName = function(allName) { this.allName = allName; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$NavigationElement.prototype.setAllAttributes = function(allAttributes) { this.allAttributes = allAttributes; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$NavigationElement.prototype.setVisible = function(visible) { this.visible = visible; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$NavigationElement.prototype.setStatus = function(status) { this.status = status; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$NavigationElement.prototype.setChildren = function(children) { this.children = children; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$NavigationElement.prototype.setParent = function(parent) { this.parent = parent; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$NavigationElement.prototype.setModificationTime = function(modificationTime) { this.modificationTime = modificationTime; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$NavigationElement.prototype.setCode = function(code) { this.code = code; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$NavigationElement.prototype.setContextContents = function(contextContents) { this.contextContents = contextContents; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$NavigationElement.prototype.setSequenceNumber = function(sequenceNumber) { this.sequenceNumber = sequenceNumber; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$NavigationElement.prototype.setRestrictedPrincipalGroups = function(restrictedPrincipalGroups) { this.restrictedPrincipalGroups = restrictedPrincipalGroups; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$NavigationElement.prototype.setContent = function(content) { this.content = content; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$NavigationElement.prototype.setTenant = function(tenant) { this.tenant = tenant; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$NavigationElement.prototype.setImplementation = function(implementation) { this.implementation = implementation; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$NavigationElement.prototype.setName = function(name) { this.name = name; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$NavigationElement.prototype.setOwner = function(owner) { this.owner = owner; }
  Seam.Remoting.type.de$hybris$platform$cms$jalo$NavigationElement.prototype.setContentURL = function(contentURL) { this.contentURL = contentURL; }
}

Seam.Remoting.type.de$hybris$platform$cms$jalo$NavigationElement.__name = "de.hybris.platform.cms.jalo.NavigationElement";
Seam.Remoting.type.de$hybris$platform$cms$jalo$NavigationElement.__metadata = [
  {field: "composedType", type: "bean"},
  {field: "template", type: "bean"},
  {field: "allName", type: "map"},
  {field: "allAttributes", type: "map"},
  {field: "visible", type: "bool"},
  {field: "status", type: "bean"},
  {field: "children", type: "bag"},
  {field: "parent", type: "bean"},
  {field: "modificationTime", type: "date"},
  {field: "code", type: "str"},
  {field: "contextContents", type: "bag"},
  {field: "sequenceNumber", type: "number"},
  {field: "restrictedPrincipalGroups", type: "bag"},
  {field: "content", type: "bean"},
  {field: "tenant", type: "bean"},
  {field: "implementation", type: "bean"},
  {field: "name", type: "str"},
  {field: "owner", type: "bean"},
  {field: "contentURL", type: "str"}];

Seam.Remoting.registerType(Seam.Remoting.type.de$hybris$platform$cms$jalo$NavigationElement);

Seam.Remoting.type.com$unic$msg$main$jalo$cms$StandardNavigationElement = function() {
  this.composedType = undefined;
  this.template = undefined;
  this.allName = undefined;
  this.teaserReferences = undefined;
  this.allAttributes = undefined;
  this.visible = undefined;
  this.status = undefined;
  this.paragraphReferences = undefined;
  this.children = undefined;
  this.parent = undefined;
  this.modificationTime = undefined;
  this.code = undefined;
  this.contextContents = undefined;
  this.sequenceNumber = undefined;
  this.restrictedPrincipalGroups = undefined;
  this.content = undefined;
  this.tenant = undefined;
  this.implementation = undefined;
  this.name = undefined;
  this.owner = undefined;
  this.contentURL = undefined;
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$StandardNavigationElement.prototype.getComposedType = function() { return this.composedType; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$StandardNavigationElement.prototype.getTemplate = function() { return this.template; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$StandardNavigationElement.prototype.getAllName = function() { return this.allName; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$StandardNavigationElement.prototype.getTeaserReferences = function() { return this.teaserReferences; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$StandardNavigationElement.prototype.getAllAttributes = function() { return this.allAttributes; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$StandardNavigationElement.prototype.isVisible = function() { return this.visible; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$StandardNavigationElement.prototype.getStatus = function() { return this.status; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$StandardNavigationElement.prototype.getParagraphReferences = function() { return this.paragraphReferences; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$StandardNavigationElement.prototype.getChildren = function() { return this.children; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$StandardNavigationElement.prototype.getParent = function() { return this.parent; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$StandardNavigationElement.prototype.getModificationTime = function() { return this.modificationTime; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$StandardNavigationElement.prototype.getCode = function() { return this.code; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$StandardNavigationElement.prototype.getContextContents = function() { return this.contextContents; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$StandardNavigationElement.prototype.getSequenceNumber = function() { return this.sequenceNumber; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$StandardNavigationElement.prototype.getRestrictedPrincipalGroups = function() { return this.restrictedPrincipalGroups; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$StandardNavigationElement.prototype.getContent = function() { return this.content; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$StandardNavigationElement.prototype.getTenant = function() { return this.tenant; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$StandardNavigationElement.prototype.getImplementation = function() { return this.implementation; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$StandardNavigationElement.prototype.getName = function() { return this.name; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$StandardNavigationElement.prototype.getOwner = function() { return this.owner; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$StandardNavigationElement.prototype.getContentURL = function() { return this.contentURL; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$StandardNavigationElement.prototype.setComposedType = function(composedType) { this.composedType = composedType; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$StandardNavigationElement.prototype.setTemplate = function(template) { this.template = template; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$StandardNavigationElement.prototype.setAllName = function(allName) { this.allName = allName; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$StandardNavigationElement.prototype.setTeaserReferences = function(teaserReferences) { this.teaserReferences = teaserReferences; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$StandardNavigationElement.prototype.setAllAttributes = function(allAttributes) { this.allAttributes = allAttributes; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$StandardNavigationElement.prototype.setVisible = function(visible) { this.visible = visible; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$StandardNavigationElement.prototype.setStatus = function(status) { this.status = status; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$StandardNavigationElement.prototype.setParagraphReferences = function(paragraphReferences) { this.paragraphReferences = paragraphReferences; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$StandardNavigationElement.prototype.setChildren = function(children) { this.children = children; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$StandardNavigationElement.prototype.setParent = function(parent) { this.parent = parent; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$StandardNavigationElement.prototype.setModificationTime = function(modificationTime) { this.modificationTime = modificationTime; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$StandardNavigationElement.prototype.setCode = function(code) { this.code = code; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$StandardNavigationElement.prototype.setContextContents = function(contextContents) { this.contextContents = contextContents; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$StandardNavigationElement.prototype.setSequenceNumber = function(sequenceNumber) { this.sequenceNumber = sequenceNumber; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$StandardNavigationElement.prototype.setRestrictedPrincipalGroups = function(restrictedPrincipalGroups) { this.restrictedPrincipalGroups = restrictedPrincipalGroups; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$StandardNavigationElement.prototype.setContent = function(content) { this.content = content; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$StandardNavigationElement.prototype.setTenant = function(tenant) { this.tenant = tenant; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$StandardNavigationElement.prototype.setImplementation = function(implementation) { this.implementation = implementation; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$StandardNavigationElement.prototype.setName = function(name) { this.name = name; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$StandardNavigationElement.prototype.setOwner = function(owner) { this.owner = owner; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$StandardNavigationElement.prototype.setContentURL = function(contentURL) { this.contentURL = contentURL; }
}

Seam.Remoting.type.com$unic$msg$main$jalo$cms$StandardNavigationElement.__name = "com.unic.msg.main.jalo.cms.StandardNavigationElement";
Seam.Remoting.type.com$unic$msg$main$jalo$cms$StandardNavigationElement.__metadata = [
  {field: "composedType", type: "bean"},
  {field: "template", type: "bean"},
  {field: "allName", type: "map"},
  {field: "teaserReferences", type: "bag"},
  {field: "allAttributes", type: "map"},
  {field: "visible", type: "bool"},
  {field: "status", type: "bean"},
  {field: "paragraphReferences", type: "bag"},
  {field: "children", type: "bag"},
  {field: "parent", type: "bean"},
  {field: "modificationTime", type: "date"},
  {field: "code", type: "str"},
  {field: "contextContents", type: "bag"},
  {field: "sequenceNumber", type: "number"},
  {field: "restrictedPrincipalGroups", type: "bag"},
  {field: "content", type: "bean"},
  {field: "tenant", type: "bean"},
  {field: "implementation", type: "bean"},
  {field: "name", type: "str"},
  {field: "owner", type: "bean"},
  {field: "contentURL", type: "str"}];

Seam.Remoting.registerType(Seam.Remoting.type.com$unic$msg$main$jalo$cms$StandardNavigationElement);

Seam.Remoting.type.com$unic$msg$main$jalo$cms$AbstractMsgParagraph = function() {
  this.composedType = undefined;
  this.template = undefined;
  this.text = undefined;
  this.allAttributes = undefined;
  this.status = undefined;
  this.allTitle = undefined;
  this.image = undefined;
  this.modificationTime = undefined;
  this.code = undefined;
  this.downloadLink = undefined;
  this.title = undefined;
  this.tenant = undefined;
  this.allText = undefined;
  this.implementation = undefined;
  this.contentLink = undefined;
  this.owner = undefined;
  this.paragraphContents = undefined;
  this.cssClass = undefined;
  this.video = undefined;
  this.productLink = undefined;
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$AbstractMsgParagraph.prototype.getComposedType = function() { return this.composedType; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$AbstractMsgParagraph.prototype.getTemplate = function() { return this.template; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$AbstractMsgParagraph.prototype.getText = function() { return this.text; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$AbstractMsgParagraph.prototype.getAllAttributes = function() { return this.allAttributes; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$AbstractMsgParagraph.prototype.getStatus = function() { return this.status; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$AbstractMsgParagraph.prototype.getAllTitle = function() { return this.allTitle; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$AbstractMsgParagraph.prototype.getImage = function() { return this.image; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$AbstractMsgParagraph.prototype.getModificationTime = function() { return this.modificationTime; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$AbstractMsgParagraph.prototype.getCode = function() { return this.code; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$AbstractMsgParagraph.prototype.getDownloadLink = function() { return this.downloadLink; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$AbstractMsgParagraph.prototype.getTitle = function() { return this.title; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$AbstractMsgParagraph.prototype.getTenant = function() { return this.tenant; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$AbstractMsgParagraph.prototype.getAllText = function() { return this.allText; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$AbstractMsgParagraph.prototype.getImplementation = function() { return this.implementation; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$AbstractMsgParagraph.prototype.getContentLink = function() { return this.contentLink; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$AbstractMsgParagraph.prototype.getOwner = function() { return this.owner; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$AbstractMsgParagraph.prototype.getParagraphContents = function() { return this.paragraphContents; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$AbstractMsgParagraph.prototype.getCssClass = function() { return this.cssClass; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$AbstractMsgParagraph.prototype.getVideo = function() { return this.video; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$AbstractMsgParagraph.prototype.getProductLink = function() { return this.productLink; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$AbstractMsgParagraph.prototype.setComposedType = function(composedType) { this.composedType = composedType; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$AbstractMsgParagraph.prototype.setTemplate = function(template) { this.template = template; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$AbstractMsgParagraph.prototype.setText = function(text) { this.text = text; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$AbstractMsgParagraph.prototype.setAllAttributes = function(allAttributes) { this.allAttributes = allAttributes; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$AbstractMsgParagraph.prototype.setStatus = function(status) { this.status = status; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$AbstractMsgParagraph.prototype.setAllTitle = function(allTitle) { this.allTitle = allTitle; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$AbstractMsgParagraph.prototype.setImage = function(image) { this.image = image; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$AbstractMsgParagraph.prototype.setModificationTime = function(modificationTime) { this.modificationTime = modificationTime; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$AbstractMsgParagraph.prototype.setCode = function(code) { this.code = code; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$AbstractMsgParagraph.prototype.setDownloadLink = function(downloadLink) { this.downloadLink = downloadLink; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$AbstractMsgParagraph.prototype.setTitle = function(title) { this.title = title; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$AbstractMsgParagraph.prototype.setTenant = function(tenant) { this.tenant = tenant; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$AbstractMsgParagraph.prototype.setAllText = function(allText) { this.allText = allText; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$AbstractMsgParagraph.prototype.setImplementation = function(implementation) { this.implementation = implementation; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$AbstractMsgParagraph.prototype.setContentLink = function(contentLink) { this.contentLink = contentLink; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$AbstractMsgParagraph.prototype.setOwner = function(owner) { this.owner = owner; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$AbstractMsgParagraph.prototype.setParagraphContents = function(paragraphContents) { this.paragraphContents = paragraphContents; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$AbstractMsgParagraph.prototype.setCssClass = function(cssClass) { this.cssClass = cssClass; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$AbstractMsgParagraph.prototype.setVideo = function(video) { this.video = video; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$AbstractMsgParagraph.prototype.setProductLink = function(productLink) { this.productLink = productLink; }
}

Seam.Remoting.type.com$unic$msg$main$jalo$cms$AbstractMsgParagraph.__name = "com.unic.msg.main.jalo.cms.AbstractMsgParagraph";
Seam.Remoting.type.com$unic$msg$main$jalo$cms$AbstractMsgParagraph.__metadata = [
  {field: "composedType", type: "bean"},
  {field: "template", type: "bean"},
  {field: "text", type: "str"},
  {field: "allAttributes", type: "map"},
  {field: "status", type: "bean"},
  {field: "allTitle", type: "map"},
  {field: "image", type: "bean"},
  {field: "modificationTime", type: "date"},
  {field: "code", type: "str"},
  {field: "downloadLink", type: "bean"},
  {field: "title", type: "str"},
  {field: "tenant", type: "bean"},
  {field: "allText", type: "map"},
  {field: "implementation", type: "bean"},
  {field: "contentLink", type: "bean"},
  {field: "owner", type: "bean"},
  {field: "cssClass", type: "bean"},
  {field: "paragraphContents", type: "bag"},
  {field: "video", type: "bean"},
  {field: "productLink", type: "bean"}];

Seam.Remoting.registerType(Seam.Remoting.type.com$unic$msg$main$jalo$cms$AbstractMsgParagraph);

Seam.Remoting.type.com$unic$msg$main$jalo$cms$LocalizedCmsMedia = function() {
  this.composedType = undefined;
  this.teaserReferences = undefined;
  this.removable = undefined;
  this.data = undefined;
  this.galleryParagraph = undefined;
  this.allLocalizedAltText = undefined;
  this.allLocalizedMedia = undefined;
  this.realFileName = undefined;
  this.localizedAltText = undefined;
  this.tenant = undefined;
  this.description = undefined;
  this.mediaContainer = undefined;
  this.allAttributes = undefined;
  this.paragraphReferences = undefined;
  this.dataFromStream = undefined;
  this.uRL2 = undefined;
  this.uRL = undefined;
  this.code = undefined;
  this.modificationTime = undefined;
  this.implementation = undefined;
  this.owner = undefined;
  this.localizedMedia = undefined;
  this.mime = undefined;
  this.altText = undefined;
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$LocalizedCmsMedia.prototype.getComposedType = function() { return this.composedType; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$LocalizedCmsMedia.prototype.getTeaserReferences = function() { return this.teaserReferences; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$LocalizedCmsMedia.prototype.isRemovable = function() { return this.removable; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$LocalizedCmsMedia.prototype.getData = function() { return this.data; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$LocalizedCmsMedia.prototype.getGalleryParagraph = function() { return this.galleryParagraph; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$LocalizedCmsMedia.prototype.getAllLocalizedAltText = function() { return this.allLocalizedAltText; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$LocalizedCmsMedia.prototype.getAllLocalizedMedia = function() { return this.allLocalizedMedia; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$LocalizedCmsMedia.prototype.getRealFileName = function() { return this.realFileName; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$LocalizedCmsMedia.prototype.getLocalizedAltText = function() { return this.localizedAltText; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$LocalizedCmsMedia.prototype.getTenant = function() { return this.tenant; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$LocalizedCmsMedia.prototype.getDescription = function() { return this.description; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$LocalizedCmsMedia.prototype.getMediaContainer = function() { return this.mediaContainer; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$LocalizedCmsMedia.prototype.getAllAttributes = function() { return this.allAttributes; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$LocalizedCmsMedia.prototype.getParagraphReferences = function() { return this.paragraphReferences; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$LocalizedCmsMedia.prototype.getDataFromStream = function() { return this.dataFromStream; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$LocalizedCmsMedia.prototype.getURL2 = function() { return this.uRL2; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$LocalizedCmsMedia.prototype.getURL = function() { return this.uRL; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$LocalizedCmsMedia.prototype.getCode = function() { return this.code; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$LocalizedCmsMedia.prototype.getModificationTime = function() { return this.modificationTime; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$LocalizedCmsMedia.prototype.getImplementation = function() { return this.implementation; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$LocalizedCmsMedia.prototype.getOwner = function() { return this.owner; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$LocalizedCmsMedia.prototype.getLocalizedMedia = function() { return this.localizedMedia; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$LocalizedCmsMedia.prototype.getMime = function() { return this.mime; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$LocalizedCmsMedia.prototype.getAltText = function() { return this.altText; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$LocalizedCmsMedia.prototype.setComposedType = function(composedType) { this.composedType = composedType; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$LocalizedCmsMedia.prototype.setTeaserReferences = function(teaserReferences) { this.teaserReferences = teaserReferences; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$LocalizedCmsMedia.prototype.setRemovable = function(removable) { this.removable = removable; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$LocalizedCmsMedia.prototype.setData = function(data) { this.data = data; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$LocalizedCmsMedia.prototype.setGalleryParagraph = function(galleryParagraph) { this.galleryParagraph = galleryParagraph; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$LocalizedCmsMedia.prototype.setAllLocalizedAltText = function(allLocalizedAltText) { this.allLocalizedAltText = allLocalizedAltText; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$LocalizedCmsMedia.prototype.setAllLocalizedMedia = function(allLocalizedMedia) { this.allLocalizedMedia = allLocalizedMedia; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$LocalizedCmsMedia.prototype.setRealFileName = function(realFileName) { this.realFileName = realFileName; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$LocalizedCmsMedia.prototype.setLocalizedAltText = function(localizedAltText) { this.localizedAltText = localizedAltText; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$LocalizedCmsMedia.prototype.setTenant = function(tenant) { this.tenant = tenant; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$LocalizedCmsMedia.prototype.setDescription = function(description) { this.description = description; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$LocalizedCmsMedia.prototype.setMediaContainer = function(mediaContainer) { this.mediaContainer = mediaContainer; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$LocalizedCmsMedia.prototype.setAllAttributes = function(allAttributes) { this.allAttributes = allAttributes; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$LocalizedCmsMedia.prototype.setParagraphReferences = function(paragraphReferences) { this.paragraphReferences = paragraphReferences; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$LocalizedCmsMedia.prototype.setDataFromStream = function(dataFromStream) { this.dataFromStream = dataFromStream; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$LocalizedCmsMedia.prototype.setURL2 = function(uRL2) { this.uRL2 = uRL2; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$LocalizedCmsMedia.prototype.setURL = function(uRL) { this.uRL = uRL; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$LocalizedCmsMedia.prototype.setCode = function(code) { this.code = code; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$LocalizedCmsMedia.prototype.setModificationTime = function(modificationTime) { this.modificationTime = modificationTime; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$LocalizedCmsMedia.prototype.setImplementation = function(implementation) { this.implementation = implementation; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$LocalizedCmsMedia.prototype.setOwner = function(owner) { this.owner = owner; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$LocalizedCmsMedia.prototype.setLocalizedMedia = function(localizedMedia) { this.localizedMedia = localizedMedia; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$LocalizedCmsMedia.prototype.setMime = function(mime) { this.mime = mime; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$LocalizedCmsMedia.prototype.setAltText = function(altText) { this.altText = altText; }
}

Seam.Remoting.type.com$unic$msg$main$jalo$cms$LocalizedCmsMedia.__name = "com.unic.msg.main.jalo.cms.LocalizedCmsMedia";
Seam.Remoting.type.com$unic$msg$main$jalo$cms$LocalizedCmsMedia.__metadata = [
  {field: "composedType", type: "bean"},
  {field: "teaserReferences", type: "bag"},
  {field: "allAttributes", type: "map"},
  {field: "uRL2", type: "str"},
  {field: "dataFromStream", type: "bean"},
  {field: "paragraphReferences", type: "bag"},
  {field: "uRL", type: "str"},
  {field: "removable", type: "bool"},
  {field: "data", type: "bag"},
  {field: "galleryParagraph", type: "bag"},
  {field: "allLocalizedAltText", type: "map"},
  {field: "modificationTime", type: "date"},
  {field: "code", type: "str"},
  {field: "allLocalizedMedia", type: "map"},
  {field: "realFileName", type: "str"},
  {field: "localizedAltText", type: "str"},
  {field: "tenant", type: "bean"},
  {field: "implementation", type: "bean"},
  {field: "description", type: "str"},
  {field: "mediaContainer", type: "bean"},
  {field: "owner", type: "bean"},
  {field: "localizedMedia", type: "bean"},
  {field: "mime", type: "str"},
  {field: "altText", type: "str"}];

Seam.Remoting.registerType(Seam.Remoting.type.com$unic$msg$main$jalo$cms$LocalizedCmsMedia);

Seam.Remoting.type.com$unic$msg$main$jalo$cms$PictureGalleryParagraph = function() {
  this.composedType = undefined;
  this.template = undefined;
  this.text = undefined;
  this.allAttributes = undefined;
  this.status = undefined;
  this.allTitle = undefined;
  this.image = undefined;
  this.modificationTime = undefined;
  this.code = undefined;
  this.downloadLink = undefined;
  this.title = undefined;
  this.tenant = undefined;
  this.allText = undefined;
  this.implementation = undefined;
  this.contentLink = undefined;
  this.owner = undefined;
  this.images = undefined;
  this.paragraphContents = undefined;
  this.cssClass = undefined;
  this.video = undefined;
  this.productLink = undefined;
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$PictureGalleryParagraph.prototype.getComposedType = function() { return this.composedType; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$PictureGalleryParagraph.prototype.getTemplate = function() { return this.template; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$PictureGalleryParagraph.prototype.getText = function() { return this.text; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$PictureGalleryParagraph.prototype.getAllAttributes = function() { return this.allAttributes; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$PictureGalleryParagraph.prototype.getStatus = function() { return this.status; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$PictureGalleryParagraph.prototype.getAllTitle = function() { return this.allTitle; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$PictureGalleryParagraph.prototype.getImage = function() { return this.image; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$PictureGalleryParagraph.prototype.getModificationTime = function() { return this.modificationTime; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$PictureGalleryParagraph.prototype.getCode = function() { return this.code; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$PictureGalleryParagraph.prototype.getDownloadLink = function() { return this.downloadLink; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$PictureGalleryParagraph.prototype.getTitle = function() { return this.title; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$PictureGalleryParagraph.prototype.getTenant = function() { return this.tenant; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$PictureGalleryParagraph.prototype.getAllText = function() { return this.allText; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$PictureGalleryParagraph.prototype.getImplementation = function() { return this.implementation; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$PictureGalleryParagraph.prototype.getContentLink = function() { return this.contentLink; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$PictureGalleryParagraph.prototype.getOwner = function() { return this.owner; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$PictureGalleryParagraph.prototype.getImages = function() { return this.images; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$PictureGalleryParagraph.prototype.getParagraphContents = function() { return this.paragraphContents; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$PictureGalleryParagraph.prototype.getCssClass = function() { return this.cssClass; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$PictureGalleryParagraph.prototype.getVideo = function() { return this.video; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$PictureGalleryParagraph.prototype.getProductLink = function() { return this.productLink; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$PictureGalleryParagraph.prototype.setComposedType = function(composedType) { this.composedType = composedType; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$PictureGalleryParagraph.prototype.setTemplate = function(template) { this.template = template; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$PictureGalleryParagraph.prototype.setText = function(text) { this.text = text; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$PictureGalleryParagraph.prototype.setAllAttributes = function(allAttributes) { this.allAttributes = allAttributes; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$PictureGalleryParagraph.prototype.setStatus = function(status) { this.status = status; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$PictureGalleryParagraph.prototype.setAllTitle = function(allTitle) { this.allTitle = allTitle; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$PictureGalleryParagraph.prototype.setImage = function(image) { this.image = image; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$PictureGalleryParagraph.prototype.setModificationTime = function(modificationTime) { this.modificationTime = modificationTime; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$PictureGalleryParagraph.prototype.setCode = function(code) { this.code = code; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$PictureGalleryParagraph.prototype.setDownloadLink = function(downloadLink) { this.downloadLink = downloadLink; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$PictureGalleryParagraph.prototype.setTitle = function(title) { this.title = title; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$PictureGalleryParagraph.prototype.setTenant = function(tenant) { this.tenant = tenant; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$PictureGalleryParagraph.prototype.setAllText = function(allText) { this.allText = allText; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$PictureGalleryParagraph.prototype.setImplementation = function(implementation) { this.implementation = implementation; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$PictureGalleryParagraph.prototype.setContentLink = function(contentLink) { this.contentLink = contentLink; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$PictureGalleryParagraph.prototype.setOwner = function(owner) { this.owner = owner; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$PictureGalleryParagraph.prototype.setImages = function(images) { this.images = images; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$PictureGalleryParagraph.prototype.setParagraphContents = function(paragraphContents) { this.paragraphContents = paragraphContents; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$PictureGalleryParagraph.prototype.setCssClass = function(cssClass) { this.cssClass = cssClass; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$PictureGalleryParagraph.prototype.setVideo = function(video) { this.video = video; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$PictureGalleryParagraph.prototype.setProductLink = function(productLink) { this.productLink = productLink; }
}

Seam.Remoting.type.com$unic$msg$main$jalo$cms$PictureGalleryParagraph.__name = "com.unic.msg.main.jalo.cms.PictureGalleryParagraph";
Seam.Remoting.type.com$unic$msg$main$jalo$cms$PictureGalleryParagraph.__metadata = [
  {field: "composedType", type: "bean"},
  {field: "template", type: "bean"},
  {field: "text", type: "str"},
  {field: "allAttributes", type: "map"},
  {field: "status", type: "bean"},
  {field: "allTitle", type: "map"},
  {field: "image", type: "bean"},
  {field: "modificationTime", type: "date"},
  {field: "code", type: "str"},
  {field: "downloadLink", type: "bean"},
  {field: "title", type: "str"},
  {field: "tenant", type: "bean"},
  {field: "allText", type: "map"},
  {field: "implementation", type: "bean"},
  {field: "contentLink", type: "bean"},
  {field: "owner", type: "bean"},
  {field: "images", type: "bag"},
  {field: "cssClass", type: "bean"},
  {field: "paragraphContents", type: "bag"},
  {field: "video", type: "bean"},
  {field: "productLink", type: "bean"}];

Seam.Remoting.registerType(Seam.Remoting.type.com$unic$msg$main$jalo$cms$PictureGalleryParagraph);

Seam.Remoting.type.com$unic$msg$main$jalo$cms$CmsMedia = function() {
  this.composedType = undefined;
  this.allAttributes = undefined;
  this.uRL2 = undefined;
  this.dataFromStream = undefined;
  this.uRL = undefined;
  this.removable = undefined;
  this.data = undefined;
  this.galleryParagraph = undefined;
  this.allLocalizedAltText = undefined;
  this.modificationTime = undefined;
  this.code = undefined;
  this.realFileName = undefined;
  this.localizedAltText = undefined;
  this.tenant = undefined;
  this.implementation = undefined;
  this.mediaContainer = undefined;
  this.description = undefined;
  this.owner = undefined;
  this.mime = undefined;
  this.altText = undefined;
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$CmsMedia.prototype.getComposedType = function() { return this.composedType; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$CmsMedia.prototype.getAllAttributes = function() { return this.allAttributes; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$CmsMedia.prototype.getURL2 = function() { return this.uRL2; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$CmsMedia.prototype.getDataFromStream = function() { return this.dataFromStream; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$CmsMedia.prototype.getURL = function() { return this.uRL; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$CmsMedia.prototype.isRemovable = function() { return this.removable; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$CmsMedia.prototype.getData = function() { return this.data; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$CmsMedia.prototype.getGalleryParagraph = function() { return this.galleryParagraph; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$CmsMedia.prototype.getAllLocalizedAltText = function() { return this.allLocalizedAltText; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$CmsMedia.prototype.getModificationTime = function() { return this.modificationTime; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$CmsMedia.prototype.getCode = function() { return this.code; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$CmsMedia.prototype.getRealFileName = function() { return this.realFileName; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$CmsMedia.prototype.getLocalizedAltText = function() { return this.localizedAltText; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$CmsMedia.prototype.getTenant = function() { return this.tenant; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$CmsMedia.prototype.getImplementation = function() { return this.implementation; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$CmsMedia.prototype.getMediaContainer = function() { return this.mediaContainer; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$CmsMedia.prototype.getDescription = function() { return this.description; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$CmsMedia.prototype.getOwner = function() { return this.owner; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$CmsMedia.prototype.getMime = function() { return this.mime; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$CmsMedia.prototype.getAltText = function() { return this.altText; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$CmsMedia.prototype.setComposedType = function(composedType) { this.composedType = composedType; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$CmsMedia.prototype.setAllAttributes = function(allAttributes) { this.allAttributes = allAttributes; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$CmsMedia.prototype.setURL2 = function(uRL2) { this.uRL2 = uRL2; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$CmsMedia.prototype.setDataFromStream = function(dataFromStream) { this.dataFromStream = dataFromStream; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$CmsMedia.prototype.setURL = function(uRL) { this.uRL = uRL; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$CmsMedia.prototype.setRemovable = function(removable) { this.removable = removable; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$CmsMedia.prototype.setData = function(data) { this.data = data; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$CmsMedia.prototype.setGalleryParagraph = function(galleryParagraph) { this.galleryParagraph = galleryParagraph; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$CmsMedia.prototype.setAllLocalizedAltText = function(allLocalizedAltText) { this.allLocalizedAltText = allLocalizedAltText; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$CmsMedia.prototype.setModificationTime = function(modificationTime) { this.modificationTime = modificationTime; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$CmsMedia.prototype.setCode = function(code) { this.code = code; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$CmsMedia.prototype.setRealFileName = function(realFileName) { this.realFileName = realFileName; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$CmsMedia.prototype.setLocalizedAltText = function(localizedAltText) { this.localizedAltText = localizedAltText; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$CmsMedia.prototype.setTenant = function(tenant) { this.tenant = tenant; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$CmsMedia.prototype.setImplementation = function(implementation) { this.implementation = implementation; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$CmsMedia.prototype.setMediaContainer = function(mediaContainer) { this.mediaContainer = mediaContainer; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$CmsMedia.prototype.setDescription = function(description) { this.description = description; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$CmsMedia.prototype.setOwner = function(owner) { this.owner = owner; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$CmsMedia.prototype.setMime = function(mime) { this.mime = mime; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$CmsMedia.prototype.setAltText = function(altText) { this.altText = altText; }
}

Seam.Remoting.type.com$unic$msg$main$jalo$cms$CmsMedia.__name = "com.unic.msg.main.jalo.cms.CmsMedia";
Seam.Remoting.type.com$unic$msg$main$jalo$cms$CmsMedia.__metadata = [
  {field: "composedType", type: "bean"},
  {field: "allAttributes", type: "map"},
  {field: "uRL2", type: "str"},
  {field: "dataFromStream", type: "bean"},
  {field: "uRL", type: "str"},
  {field: "removable", type: "bool"},
  {field: "data", type: "bag"},
  {field: "galleryParagraph", type: "bag"},
  {field: "allLocalizedAltText", type: "map"},
  {field: "modificationTime", type: "date"},
  {field: "code", type: "str"},
  {field: "realFileName", type: "str"},
  {field: "localizedAltText", type: "str"},
  {field: "tenant", type: "bean"},
  {field: "description", type: "str"},
  {field: "mediaContainer", type: "bean"},
  {field: "implementation", type: "bean"},
  {field: "owner", type: "bean"},
  {field: "mime", type: "str"},
  {field: "altText", type: "str"}];

Seam.Remoting.registerType(Seam.Remoting.type.com$unic$msg$main$jalo$cms$CmsMedia);

Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachSport = function() {
  this.position = undefined;
  this.composedType = undefined;
  this.allName = undefined;
  this.allAttributes = undefined;
  this.displayWaxCoach = undefined;
  this.code = undefined;
  this.modificationTime = undefined;
  this.pictogramOn = undefined;
  this.tenant = undefined;
  this.allDescription = undefined;
  this.implementation = undefined;
  this.description = undefined;
  this.name = undefined;
  this.owner = undefined;
  this.pictogramOff = undefined;
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachSport.prototype.getPosition = function() { return this.position; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachSport.prototype.getComposedType = function() { return this.composedType; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachSport.prototype.getAllName = function() { return this.allName; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachSport.prototype.getAllAttributes = function() { return this.allAttributes; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachSport.prototype.getDisplayWaxCoach = function() { return this.displayWaxCoach; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachSport.prototype.getCode = function() { return this.code; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachSport.prototype.getModificationTime = function() { return this.modificationTime; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachSport.prototype.getPictogramOn = function() { return this.pictogramOn; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachSport.prototype.getTenant = function() { return this.tenant; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachSport.prototype.getAllDescription = function() { return this.allDescription; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachSport.prototype.getImplementation = function() { return this.implementation; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachSport.prototype.getDescription = function() { return this.description; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachSport.prototype.getName = function() { return this.name; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachSport.prototype.getOwner = function() { return this.owner; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachSport.prototype.getPictogramOff = function() { return this.pictogramOff; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachSport.prototype.setPosition = function(position) { this.position = position; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachSport.prototype.setComposedType = function(composedType) { this.composedType = composedType; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachSport.prototype.setAllName = function(allName) { this.allName = allName; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachSport.prototype.setAllAttributes = function(allAttributes) { this.allAttributes = allAttributes; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachSport.prototype.setDisplayWaxCoach = function(displayWaxCoach) { this.displayWaxCoach = displayWaxCoach; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachSport.prototype.setCode = function(code) { this.code = code; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachSport.prototype.setModificationTime = function(modificationTime) { this.modificationTime = modificationTime; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachSport.prototype.setPictogramOn = function(pictogramOn) { this.pictogramOn = pictogramOn; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachSport.prototype.setTenant = function(tenant) { this.tenant = tenant; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachSport.prototype.setAllDescription = function(allDescription) { this.allDescription = allDescription; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachSport.prototype.setImplementation = function(implementation) { this.implementation = implementation; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachSport.prototype.setDescription = function(description) { this.description = description; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachSport.prototype.setName = function(name) { this.name = name; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachSport.prototype.setOwner = function(owner) { this.owner = owner; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachSport.prototype.setPictogramOff = function(pictogramOff) { this.pictogramOff = pictogramOff; }
}

Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachSport.__name = "com.unic.msg.main.jalo.cms.WaxCoachSport";
Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachSport.__metadata = [
  {field: "position", type: "number"},
  {field: "composedType", type: "bean"},
  {field: "allName", type: "map"},
  {field: "allAttributes", type: "map"},
  {field: "displayWaxCoach", type: "bag"},
  {field: "code", type: "str"},
  {field: "modificationTime", type: "date"},
  {field: "pictogramOn", type: "bean"},
  {field: "tenant", type: "bean"},
  {field: "allDescription", type: "map"},
  {field: "implementation", type: "bean"},
  {field: "description", type: "str"},
  {field: "name", type: "str"},
  {field: "owner", type: "bean"},
  {field: "pictogramOff", type: "bean"}];

Seam.Remoting.registerType(Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachSport);

Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachSnowType = function() {
  this.position = undefined;
  this.composedType = undefined;
  this.allName = undefined;
  this.allAttributes = undefined;
  this.displayWaxCoach = undefined;
  this.code = undefined;
  this.modificationTime = undefined;
  this.pictogramOn = undefined;
  this.tenant = undefined;
  this.allDescription = undefined;
  this.implementation = undefined;
  this.description = undefined;
  this.name = undefined;
  this.owner = undefined;
  this.pictogramOff = undefined;
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachSnowType.prototype.getPosition = function() { return this.position; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachSnowType.prototype.getComposedType = function() { return this.composedType; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachSnowType.prototype.getAllName = function() { return this.allName; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachSnowType.prototype.getAllAttributes = function() { return this.allAttributes; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachSnowType.prototype.getDisplayWaxCoach = function() { return this.displayWaxCoach; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachSnowType.prototype.getCode = function() { return this.code; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachSnowType.prototype.getModificationTime = function() { return this.modificationTime; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachSnowType.prototype.getPictogramOn = function() { return this.pictogramOn; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachSnowType.prototype.getTenant = function() { return this.tenant; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachSnowType.prototype.getAllDescription = function() { return this.allDescription; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachSnowType.prototype.getImplementation = function() { return this.implementation; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachSnowType.prototype.getDescription = function() { return this.description; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachSnowType.prototype.getName = function() { return this.name; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachSnowType.prototype.getOwner = function() { return this.owner; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachSnowType.prototype.getPictogramOff = function() { return this.pictogramOff; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachSnowType.prototype.setPosition = function(position) { this.position = position; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachSnowType.prototype.setComposedType = function(composedType) { this.composedType = composedType; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachSnowType.prototype.setAllName = function(allName) { this.allName = allName; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachSnowType.prototype.setAllAttributes = function(allAttributes) { this.allAttributes = allAttributes; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachSnowType.prototype.setDisplayWaxCoach = function(displayWaxCoach) { this.displayWaxCoach = displayWaxCoach; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachSnowType.prototype.setCode = function(code) { this.code = code; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachSnowType.prototype.setModificationTime = function(modificationTime) { this.modificationTime = modificationTime; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachSnowType.prototype.setPictogramOn = function(pictogramOn) { this.pictogramOn = pictogramOn; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachSnowType.prototype.setTenant = function(tenant) { this.tenant = tenant; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachSnowType.prototype.setAllDescription = function(allDescription) { this.allDescription = allDescription; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachSnowType.prototype.setImplementation = function(implementation) { this.implementation = implementation; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachSnowType.prototype.setDescription = function(description) { this.description = description; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachSnowType.prototype.setName = function(name) { this.name = name; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachSnowType.prototype.setOwner = function(owner) { this.owner = owner; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachSnowType.prototype.setPictogramOff = function(pictogramOff) { this.pictogramOff = pictogramOff; }
}

Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachSnowType.__name = "com.unic.msg.main.jalo.cms.WaxCoachSnowType";
Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachSnowType.__metadata = [
  {field: "position", type: "number"},
  {field: "composedType", type: "bean"},
  {field: "allName", type: "map"},
  {field: "allAttributes", type: "map"},
  {field: "displayWaxCoach", type: "bag"},
  {field: "code", type: "str"},
  {field: "modificationTime", type: "date"},
  {field: "pictogramOn", type: "bean"},
  {field: "tenant", type: "bean"},
  {field: "allDescription", type: "map"},
  {field: "implementation", type: "bean"},
  {field: "description", type: "str"},
  {field: "name", type: "str"},
  {field: "owner", type: "bean"},
  {field: "pictogramOff", type: "bean"}];

Seam.Remoting.registerType(Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachSnowType);

Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachTemperature = function() {
  this.composedType = undefined;
  this.allName = undefined;
  this.allAttributes = undefined;
  this.tenant = undefined;
  this.implementation = undefined;
  this.name = undefined;
  this.owner = undefined;
  this.displayWaxCoach = undefined;
  this.modificationTime = undefined;
  this.code = undefined;
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachTemperature.prototype.getComposedType = function() { return this.composedType; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachTemperature.prototype.getAllName = function() { return this.allName; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachTemperature.prototype.getAllAttributes = function() { return this.allAttributes; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachTemperature.prototype.getTenant = function() { return this.tenant; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachTemperature.prototype.getImplementation = function() { return this.implementation; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachTemperature.prototype.getName = function() { return this.name; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachTemperature.prototype.getOwner = function() { return this.owner; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachTemperature.prototype.getDisplayWaxCoach = function() { return this.displayWaxCoach; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachTemperature.prototype.getModificationTime = function() { return this.modificationTime; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachTemperature.prototype.getCode = function() { return this.code; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachTemperature.prototype.setComposedType = function(composedType) { this.composedType = composedType; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachTemperature.prototype.setAllName = function(allName) { this.allName = allName; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachTemperature.prototype.setAllAttributes = function(allAttributes) { this.allAttributes = allAttributes; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachTemperature.prototype.setTenant = function(tenant) { this.tenant = tenant; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachTemperature.prototype.setImplementation = function(implementation) { this.implementation = implementation; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachTemperature.prototype.setName = function(name) { this.name = name; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachTemperature.prototype.setOwner = function(owner) { this.owner = owner; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachTemperature.prototype.setDisplayWaxCoach = function(displayWaxCoach) { this.displayWaxCoach = displayWaxCoach; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachTemperature.prototype.setModificationTime = function(modificationTime) { this.modificationTime = modificationTime; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachTemperature.prototype.setCode = function(code) { this.code = code; }
}

Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachTemperature.__name = "com.unic.msg.main.jalo.cms.WaxCoachTemperature";
Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachTemperature.__metadata = [
  {field: "composedType", type: "bean"},
  {field: "allName", type: "map"},
  {field: "tenant", type: "bean"},
  {field: "allAttributes", type: "map"},
  {field: "implementation", type: "bean"},
  {field: "name", type: "str"},
  {field: "owner", type: "bean"},
  {field: "displayWaxCoach", type: "bag"},
  {field: "code", type: "str"},
  {field: "modificationTime", type: "date"}];

Seam.Remoting.registerType(Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachTemperature);

Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachKnowLevel = function() {
  this.position = undefined;
  this.composedType = undefined;
  this.allName = undefined;
  this.allAttributes = undefined;
  this.displayWaxCoach = undefined;
  this.code = undefined;
  this.modificationTime = undefined;
  this.pictogramOn = undefined;
  this.tenant = undefined;
  this.allDescription = undefined;
  this.implementation = undefined;
  this.description = undefined;
  this.name = undefined;
  this.owner = undefined;
  this.pictogramOff = undefined;
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachKnowLevel.prototype.getPosition = function() { return this.position; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachKnowLevel.prototype.getComposedType = function() { return this.composedType; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachKnowLevel.prototype.getAllName = function() { return this.allName; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachKnowLevel.prototype.getAllAttributes = function() { return this.allAttributes; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachKnowLevel.prototype.getDisplayWaxCoach = function() { return this.displayWaxCoach; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachKnowLevel.prototype.getCode = function() { return this.code; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachKnowLevel.prototype.getModificationTime = function() { return this.modificationTime; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachKnowLevel.prototype.getPictogramOn = function() { return this.pictogramOn; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachKnowLevel.prototype.getTenant = function() { return this.tenant; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachKnowLevel.prototype.getAllDescription = function() { return this.allDescription; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachKnowLevel.prototype.getImplementation = function() { return this.implementation; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachKnowLevel.prototype.getDescription = function() { return this.description; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachKnowLevel.prototype.getName = function() { return this.name; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachKnowLevel.prototype.getOwner = function() { return this.owner; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachKnowLevel.prototype.getPictogramOff = function() { return this.pictogramOff; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachKnowLevel.prototype.setPosition = function(position) { this.position = position; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachKnowLevel.prototype.setComposedType = function(composedType) { this.composedType = composedType; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachKnowLevel.prototype.setAllName = function(allName) { this.allName = allName; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachKnowLevel.prototype.setAllAttributes = function(allAttributes) { this.allAttributes = allAttributes; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachKnowLevel.prototype.setDisplayWaxCoach = function(displayWaxCoach) { this.displayWaxCoach = displayWaxCoach; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachKnowLevel.prototype.setCode = function(code) { this.code = code; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachKnowLevel.prototype.setModificationTime = function(modificationTime) { this.modificationTime = modificationTime; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachKnowLevel.prototype.setPictogramOn = function(pictogramOn) { this.pictogramOn = pictogramOn; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachKnowLevel.prototype.setTenant = function(tenant) { this.tenant = tenant; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachKnowLevel.prototype.setAllDescription = function(allDescription) { this.allDescription = allDescription; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachKnowLevel.prototype.setImplementation = function(implementation) { this.implementation = implementation; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachKnowLevel.prototype.setDescription = function(description) { this.description = description; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachKnowLevel.prototype.setName = function(name) { this.name = name; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachKnowLevel.prototype.setOwner = function(owner) { this.owner = owner; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachKnowLevel.prototype.setPictogramOff = function(pictogramOff) { this.pictogramOff = pictogramOff; }
}

Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachKnowLevel.__name = "com.unic.msg.main.jalo.cms.WaxCoachKnowLevel";
Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachKnowLevel.__metadata = [
  {field: "position", type: "number"},
  {field: "composedType", type: "bean"},
  {field: "allName", type: "map"},
  {field: "allAttributes", type: "map"},
  {field: "displayWaxCoach", type: "bag"},
  {field: "code", type: "str"},
  {field: "modificationTime", type: "date"},
  {field: "pictogramOn", type: "bean"},
  {field: "tenant", type: "bean"},
  {field: "allDescription", type: "map"},
  {field: "implementation", type: "bean"},
  {field: "description", type: "str"},
  {field: "name", type: "str"},
  {field: "owner", type: "bean"},
  {field: "pictogramOff", type: "bean"}];

Seam.Remoting.registerType(Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoachKnowLevel);

Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoach = function() {
  this.composedType = undefined;
  this.displayBaseFinishProduct = undefined;
  this.allAttributes = undefined;
  this.displayWaxCoachSport = undefined;
  this.displayTeaser = undefined;
  this.displayRacingFinishProduct = undefined;
  this.racingFinishProduct = undefined;
  this.modificationTime = undefined;
  this.code = undefined;
  this.displayWaxCoachSnowType = undefined;
  this.displayWaxCoachTemperature = undefined;
  this.topFinishProduct = undefined;
  this.baseFinishProduct = undefined;
  this.tenant = undefined;
  this.displayWaxCoachKnowLevel = undefined;
  this.implementation = undefined;
  this.owner = undefined;
  this.displayTopFinishProduct = undefined;
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoach.prototype.getComposedType = function() { return this.composedType; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoach.prototype.getDisplayBaseFinishProduct = function() { return this.displayBaseFinishProduct; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoach.prototype.getAllAttributes = function() { return this.allAttributes; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoach.prototype.getDisplayWaxCoachSport = function() { return this.displayWaxCoachSport; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoach.prototype.getDisplayTeaser = function() { return this.displayTeaser; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoach.prototype.getDisplayRacingFinishProduct = function() { return this.displayRacingFinishProduct; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoach.prototype.getRacingFinishProduct = function() { return this.racingFinishProduct; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoach.prototype.getModificationTime = function() { return this.modificationTime; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoach.prototype.getCode = function() { return this.code; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoach.prototype.getDisplayWaxCoachSnowType = function() { return this.displayWaxCoachSnowType; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoach.prototype.getDisplayWaxCoachTemperature = function() { return this.displayWaxCoachTemperature; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoach.prototype.getTopFinishProduct = function() { return this.topFinishProduct; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoach.prototype.getBaseFinishProduct = function() { return this.baseFinishProduct; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoach.prototype.getTenant = function() { return this.tenant; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoach.prototype.getDisplayWaxCoachKnowLevel = function() { return this.displayWaxCoachKnowLevel; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoach.prototype.getImplementation = function() { return this.implementation; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoach.prototype.getOwner = function() { return this.owner; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoach.prototype.getDisplayTopFinishProduct = function() { return this.displayTopFinishProduct; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoach.prototype.setComposedType = function(composedType) { this.composedType = composedType; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoach.prototype.setDisplayBaseFinishProduct = function(displayBaseFinishProduct) { this.displayBaseFinishProduct = displayBaseFinishProduct; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoach.prototype.setAllAttributes = function(allAttributes) { this.allAttributes = allAttributes; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoach.prototype.setDisplayWaxCoachSport = function(displayWaxCoachSport) { this.displayWaxCoachSport = displayWaxCoachSport; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoach.prototype.setDisplayTeaser = function(displayTeaser) { this.displayTeaser = displayTeaser; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoach.prototype.setDisplayRacingFinishProduct = function(displayRacingFinishProduct) { this.displayRacingFinishProduct = displayRacingFinishProduct; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoach.prototype.setRacingFinishProduct = function(racingFinishProduct) { this.racingFinishProduct = racingFinishProduct; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoach.prototype.setModificationTime = function(modificationTime) { this.modificationTime = modificationTime; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoach.prototype.setCode = function(code) { this.code = code; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoach.prototype.setDisplayWaxCoachSnowType = function(displayWaxCoachSnowType) { this.displayWaxCoachSnowType = displayWaxCoachSnowType; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoach.prototype.setDisplayWaxCoachTemperature = function(displayWaxCoachTemperature) { this.displayWaxCoachTemperature = displayWaxCoachTemperature; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoach.prototype.setTopFinishProduct = function(topFinishProduct) { this.topFinishProduct = topFinishProduct; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoach.prototype.setBaseFinishProduct = function(baseFinishProduct) { this.baseFinishProduct = baseFinishProduct; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoach.prototype.setTenant = function(tenant) { this.tenant = tenant; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoach.prototype.setDisplayWaxCoachKnowLevel = function(displayWaxCoachKnowLevel) { this.displayWaxCoachKnowLevel = displayWaxCoachKnowLevel; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoach.prototype.setImplementation = function(implementation) { this.implementation = implementation; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoach.prototype.setOwner = function(owner) { this.owner = owner; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoach.prototype.setDisplayTopFinishProduct = function(displayTopFinishProduct) { this.displayTopFinishProduct = displayTopFinishProduct; }
}

Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoach.__name = "com.unic.msg.main.jalo.cms.WaxCoach";
Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoach.__metadata = [
  {field: "composedType", type: "bean"},
  {field: "displayBaseFinishProduct", type: "bag"},
  {field: "allAttributes", type: "map"},
  {field: "displayWaxCoachSport", type: "bean"},
  {field: "displayTeaser", type: "bag"},
  {field: "displayRacingFinishProduct", type: "bag"},
  {field: "racingFinishProduct", type: "bag"},
  {field: "modificationTime", type: "date"},
  {field: "code", type: "str"},
  {field: "displayWaxCoachSnowType", type: "bean"},
  {field: "displayWaxCoachTemperature", type: "bean"},
  {field: "topFinishProduct", type: "bag"},
  {field: "baseFinishProduct", type: "bag"},
  {field: "tenant", type: "bean"},
  {field: "displayWaxCoachKnowLevel", type: "bean"},
  {field: "implementation", type: "bean"},
  {field: "owner", type: "bean"},
  {field: "displayTopFinishProduct", type: "bag"}];

Seam.Remoting.registerType(Seam.Remoting.type.com$unic$msg$main$jalo$cms$WaxCoach);

Seam.Remoting.type.com$unic$msg$main$jalo$cms$AbstractMsgTeaser = function() {
  this.composedType = undefined;
  this.template = undefined;
  this.allAttributes = undefined;
  this.tenant = undefined;
  this.status = undefined;
  this.implementation = undefined;
  this.owner = undefined;
  this.gearLists = undefined;
  this.pageContents = undefined;
  this.modificationTime = undefined;
  this.code = undefined;
  this.navigationElements = undefined;
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$AbstractMsgTeaser.prototype.getComposedType = function() { return this.composedType; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$AbstractMsgTeaser.prototype.getTemplate = function() { return this.template; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$AbstractMsgTeaser.prototype.getAllAttributes = function() { return this.allAttributes; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$AbstractMsgTeaser.prototype.getTenant = function() { return this.tenant; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$AbstractMsgTeaser.prototype.getStatus = function() { return this.status; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$AbstractMsgTeaser.prototype.getImplementation = function() { return this.implementation; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$AbstractMsgTeaser.prototype.getOwner = function() { return this.owner; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$AbstractMsgTeaser.prototype.getGearLists = function() { return this.gearLists; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$AbstractMsgTeaser.prototype.getPageContents = function() { return this.pageContents; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$AbstractMsgTeaser.prototype.getModificationTime = function() { return this.modificationTime; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$AbstractMsgTeaser.prototype.getCode = function() { return this.code; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$AbstractMsgTeaser.prototype.getNavigationElements = function() { return this.navigationElements; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$AbstractMsgTeaser.prototype.setComposedType = function(composedType) { this.composedType = composedType; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$AbstractMsgTeaser.prototype.setTemplate = function(template) { this.template = template; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$AbstractMsgTeaser.prototype.setAllAttributes = function(allAttributes) { this.allAttributes = allAttributes; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$AbstractMsgTeaser.prototype.setTenant = function(tenant) { this.tenant = tenant; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$AbstractMsgTeaser.prototype.setStatus = function(status) { this.status = status; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$AbstractMsgTeaser.prototype.setImplementation = function(implementation) { this.implementation = implementation; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$AbstractMsgTeaser.prototype.setOwner = function(owner) { this.owner = owner; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$AbstractMsgTeaser.prototype.setGearLists = function(gearLists) { this.gearLists = gearLists; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$AbstractMsgTeaser.prototype.setPageContents = function(pageContents) { this.pageContents = pageContents; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$AbstractMsgTeaser.prototype.setModificationTime = function(modificationTime) { this.modificationTime = modificationTime; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$AbstractMsgTeaser.prototype.setCode = function(code) { this.code = code; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$AbstractMsgTeaser.prototype.setNavigationElements = function(navigationElements) { this.navigationElements = navigationElements; }
}

Seam.Remoting.type.com$unic$msg$main$jalo$cms$AbstractMsgTeaser.__name = "com.unic.msg.main.jalo.cms.AbstractMsgTeaser";
Seam.Remoting.type.com$unic$msg$main$jalo$cms$AbstractMsgTeaser.__metadata = [
  {field: "template", type: "bean"},
  {field: "composedType", type: "bean"},
  {field: "tenant", type: "bean"},
  {field: "allAttributes", type: "map"},
  {field: "status", type: "bean"},
  {field: "implementation", type: "bean"},
  {field: "gearLists", type: "bag"},
  {field: "owner", type: "bean"},
  {field: "pageContents", type: "bag"},
  {field: "navigationElements", type: "bag"},
  {field: "code", type: "str"},
  {field: "modificationTime", type: "date"}];

Seam.Remoting.registerType(Seam.Remoting.type.com$unic$msg$main$jalo$cms$AbstractMsgTeaser);

Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$Gear = function() {
  this.composedType = undefined;
  this.allName = undefined;
  this.category = undefined;
  this.allAttributes = undefined;
  this.tenant = undefined;
  this.implementation = undefined;
  this.name = undefined;
  this.owner = undefined;
  this.modificationTime = undefined;
  this.code = undefined;
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$Gear.prototype.getComposedType = function() { return this.composedType; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$Gear.prototype.getAllName = function() { return this.allName; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$Gear.prototype.getCategory = function() { return this.category; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$Gear.prototype.getAllAttributes = function() { return this.allAttributes; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$Gear.prototype.getTenant = function() { return this.tenant; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$Gear.prototype.getImplementation = function() { return this.implementation; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$Gear.prototype.getName = function() { return this.name; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$Gear.prototype.getOwner = function() { return this.owner; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$Gear.prototype.getModificationTime = function() { return this.modificationTime; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$Gear.prototype.getCode = function() { return this.code; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$Gear.prototype.setComposedType = function(composedType) { this.composedType = composedType; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$Gear.prototype.setAllName = function(allName) { this.allName = allName; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$Gear.prototype.setCategory = function(category) { this.category = category; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$Gear.prototype.setAllAttributes = function(allAttributes) { this.allAttributes = allAttributes; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$Gear.prototype.setTenant = function(tenant) { this.tenant = tenant; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$Gear.prototype.setImplementation = function(implementation) { this.implementation = implementation; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$Gear.prototype.setName = function(name) { this.name = name; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$Gear.prototype.setOwner = function(owner) { this.owner = owner; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$Gear.prototype.setModificationTime = function(modificationTime) { this.modificationTime = modificationTime; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$Gear.prototype.setCode = function(code) { this.code = code; }
}

Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$Gear.__name = "com.unic.msg.main.jalo.gearadvisor.Gear";
Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$Gear.__metadata = [
  {field: "composedType", type: "bean"},
  {field: "allName", type: "map"},
  {field: "category", type: "bean"},
  {field: "tenant", type: "bean"},
  {field: "allAttributes", type: "map"},
  {field: "implementation", type: "bean"},
  {field: "name", type: "str"},
  {field: "owner", type: "bean"},
  {field: "code", type: "str"},
  {field: "modificationTime", type: "date"}];

Seam.Remoting.registerType(Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$Gear);

Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearListTeam = function() {
  this.composedType = undefined;
  this.allAttributes = undefined;
  this.tenant = undefined;
  this.implementation = undefined;
  this.owner = undefined;
  this.modificationTime = undefined;
  this.members = undefined;
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearListTeam.prototype.getComposedType = function() { return this.composedType; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearListTeam.prototype.getAllAttributes = function() { return this.allAttributes; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearListTeam.prototype.getTenant = function() { return this.tenant; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearListTeam.prototype.getImplementation = function() { return this.implementation; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearListTeam.prototype.getOwner = function() { return this.owner; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearListTeam.prototype.getModificationTime = function() { return this.modificationTime; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearListTeam.prototype.getMembers = function() { return this.members; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearListTeam.prototype.setComposedType = function(composedType) { this.composedType = composedType; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearListTeam.prototype.setAllAttributes = function(allAttributes) { this.allAttributes = allAttributes; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearListTeam.prototype.setTenant = function(tenant) { this.tenant = tenant; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearListTeam.prototype.setImplementation = function(implementation) { this.implementation = implementation; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearListTeam.prototype.setOwner = function(owner) { this.owner = owner; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearListTeam.prototype.setModificationTime = function(modificationTime) { this.modificationTime = modificationTime; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearListTeam.prototype.setMembers = function(members) { this.members = members; }
}

Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearListTeam.__name = "com.unic.msg.main.jalo.gearadvisor.GearListTeam";
Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearListTeam.__metadata = [
  {field: "composedType", type: "bean"},
  {field: "tenant", type: "bean"},
  {field: "allAttributes", type: "map"},
  {field: "implementation", type: "bean"},
  {field: "owner", type: "bean"},
  {field: "modificationTime", type: "date"},
  {field: "members", type: "bag"}];

Seam.Remoting.registerType(Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearListTeam);

Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$PersonalGearList = function() {
  this.composedType = undefined;
  this.teasers = undefined;
  this.allAttributes = undefined;
  this.tripType = undefined;
  this.gearListItems = undefined;
  this.team = undefined;
  this.code = undefined;
  this.modificationTime = undefined;
  this.sponsor = undefined;
  this.duration = undefined;
  this.tenant = undefined;
  this.implementation = undefined;
  this.name = undefined;
  this.owner = undefined;
  this.owningUser = undefined;
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$PersonalGearList.prototype.getComposedType = function() { return this.composedType; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$PersonalGearList.prototype.getTeasers = function() { return this.teasers; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$PersonalGearList.prototype.getAllAttributes = function() { return this.allAttributes; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$PersonalGearList.prototype.getTripType = function() { return this.tripType; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$PersonalGearList.prototype.getGearListItems = function() { return this.gearListItems; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$PersonalGearList.prototype.getTeam = function() { return this.team; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$PersonalGearList.prototype.getCode = function() { return this.code; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$PersonalGearList.prototype.getModificationTime = function() { return this.modificationTime; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$PersonalGearList.prototype.getSponsor = function() { return this.sponsor; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$PersonalGearList.prototype.getDuration = function() { return this.duration; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$PersonalGearList.prototype.getTenant = function() { return this.tenant; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$PersonalGearList.prototype.getImplementation = function() { return this.implementation; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$PersonalGearList.prototype.getName = function() { return this.name; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$PersonalGearList.prototype.getOwner = function() { return this.owner; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$PersonalGearList.prototype.getOwningUser = function() { return this.owningUser; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$PersonalGearList.prototype.setComposedType = function(composedType) { this.composedType = composedType; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$PersonalGearList.prototype.setTeasers = function(teasers) { this.teasers = teasers; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$PersonalGearList.prototype.setAllAttributes = function(allAttributes) { this.allAttributes = allAttributes; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$PersonalGearList.prototype.setTripType = function(tripType) { this.tripType = tripType; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$PersonalGearList.prototype.setGearListItems = function(gearListItems) { this.gearListItems = gearListItems; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$PersonalGearList.prototype.setTeam = function(team) { this.team = team; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$PersonalGearList.prototype.setCode = function(code) { this.code = code; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$PersonalGearList.prototype.setModificationTime = function(modificationTime) { this.modificationTime = modificationTime; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$PersonalGearList.prototype.setSponsor = function(sponsor) { this.sponsor = sponsor; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$PersonalGearList.prototype.setDuration = function(duration) { this.duration = duration; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$PersonalGearList.prototype.setTenant = function(tenant) { this.tenant = tenant; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$PersonalGearList.prototype.setImplementation = function(implementation) { this.implementation = implementation; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$PersonalGearList.prototype.setName = function(name) { this.name = name; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$PersonalGearList.prototype.setOwner = function(owner) { this.owner = owner; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$PersonalGearList.prototype.setOwningUser = function(owningUser) { this.owningUser = owningUser; }
}

Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$PersonalGearList.__name = "com.unic.msg.main.jalo.gearadvisor.PersonalGearList";
Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$PersonalGearList.__metadata = [
  {field: "composedType", type: "bean"},
  {field: "teasers", type: "bag"},
  {field: "allAttributes", type: "map"},
  {field: "tripType", type: "bean"},
  {field: "gearListItems", type: "bag"},
  {field: "team", type: "bean"},
  {field: "code", type: "str"},
  {field: "modificationTime", type: "date"},
  {field: "sponsor", type: "bean"},
  {field: "duration", type: "bean"},
  {field: "tenant", type: "bean"},
  {field: "implementation", type: "bean"},
  {field: "name", type: "str"},
  {field: "owner", type: "bean"},
  {field: "owningUser", type: "bean"}];

Seam.Remoting.registerType(Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$PersonalGearList);

Seam.Remoting.type.com$unic$msg$main$jalo$user$MammutStandardCustomer = function() {
  this.composedType = undefined;
  this.loginDisabled = undefined;
  this.allAttributes = undefined;
  this.uID = undefined;
  this.createdByGearAdvisor = undefined;
  this.modificationTime = undefined;
  this.password = undefined;
  this.defaultDeliveryAddress = undefined;
  this.sessionAttributeDescriptors = undefined;
  this.lastLogin = undefined;
  this.tenant = undefined;
  this.sessionLanguage = undefined;
  this.encodedPassword = undefined;
  this.implementation = undefined;
  this.description = undefined;
  this.name = undefined;
  this.defaultPaymentAddress = undefined;
  this.owner = undefined;
  this.gearLists = undefined;
  this.defaultShippingAddress = undefined;
  this.login = undefined;
  this.sessionCurrency = undefined;
  this.customerID = undefined;
  this.groups = undefined;
  Seam.Remoting.type.com$unic$msg$main$jalo$user$MammutStandardCustomer.prototype.getComposedType = function() { return this.composedType; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$MammutStandardCustomer.prototype.isLoginDisabled = function() { return this.loginDisabled; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$MammutStandardCustomer.prototype.getAllAttributes = function() { return this.allAttributes; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$MammutStandardCustomer.prototype.getUID = function() { return this.uID; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$MammutStandardCustomer.prototype.isCreatedByGearAdvisor = function() { return this.createdByGearAdvisor; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$MammutStandardCustomer.prototype.getModificationTime = function() { return this.modificationTime; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$MammutStandardCustomer.prototype.getPassword = function() { return this.password; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$MammutStandardCustomer.prototype.getDefaultDeliveryAddress = function() { return this.defaultDeliveryAddress; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$MammutStandardCustomer.prototype.getSessionAttributeDescriptors = function() { return this.sessionAttributeDescriptors; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$MammutStandardCustomer.prototype.getLastLogin = function() { return this.lastLogin; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$MammutStandardCustomer.prototype.getTenant = function() { return this.tenant; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$MammutStandardCustomer.prototype.getSessionLanguage = function() { return this.sessionLanguage; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$MammutStandardCustomer.prototype.getEncodedPassword = function() { return this.encodedPassword; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$MammutStandardCustomer.prototype.getImplementation = function() { return this.implementation; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$MammutStandardCustomer.prototype.getDescription = function() { return this.description; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$MammutStandardCustomer.prototype.getName = function() { return this.name; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$MammutStandardCustomer.prototype.getDefaultPaymentAddress = function() { return this.defaultPaymentAddress; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$MammutStandardCustomer.prototype.getOwner = function() { return this.owner; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$MammutStandardCustomer.prototype.getGearLists = function() { return this.gearLists; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$MammutStandardCustomer.prototype.getDefaultShippingAddress = function() { return this.defaultShippingAddress; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$MammutStandardCustomer.prototype.getLogin = function() { return this.login; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$MammutStandardCustomer.prototype.getSessionCurrency = function() { return this.sessionCurrency; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$MammutStandardCustomer.prototype.getCustomerID = function() { return this.customerID; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$MammutStandardCustomer.prototype.getGroups = function() { return this.groups; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$MammutStandardCustomer.prototype.setComposedType = function(composedType) { this.composedType = composedType; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$MammutStandardCustomer.prototype.setLoginDisabled = function(loginDisabled) { this.loginDisabled = loginDisabled; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$MammutStandardCustomer.prototype.setAllAttributes = function(allAttributes) { this.allAttributes = allAttributes; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$MammutStandardCustomer.prototype.setUID = function(uID) { this.uID = uID; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$MammutStandardCustomer.prototype.setCreatedByGearAdvisor = function(createdByGearAdvisor) { this.createdByGearAdvisor = createdByGearAdvisor; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$MammutStandardCustomer.prototype.setModificationTime = function(modificationTime) { this.modificationTime = modificationTime; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$MammutStandardCustomer.prototype.setPassword = function(password) { this.password = password; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$MammutStandardCustomer.prototype.setDefaultDeliveryAddress = function(defaultDeliveryAddress) { this.defaultDeliveryAddress = defaultDeliveryAddress; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$MammutStandardCustomer.prototype.setSessionAttributeDescriptors = function(sessionAttributeDescriptors) { this.sessionAttributeDescriptors = sessionAttributeDescriptors; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$MammutStandardCustomer.prototype.setLastLogin = function(lastLogin) { this.lastLogin = lastLogin; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$MammutStandardCustomer.prototype.setTenant = function(tenant) { this.tenant = tenant; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$MammutStandardCustomer.prototype.setSessionLanguage = function(sessionLanguage) { this.sessionLanguage = sessionLanguage; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$MammutStandardCustomer.prototype.setEncodedPassword = function(encodedPassword) { this.encodedPassword = encodedPassword; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$MammutStandardCustomer.prototype.setImplementation = function(implementation) { this.implementation = implementation; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$MammutStandardCustomer.prototype.setDescription = function(description) { this.description = description; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$MammutStandardCustomer.prototype.setName = function(name) { this.name = name; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$MammutStandardCustomer.prototype.setDefaultPaymentAddress = function(defaultPaymentAddress) { this.defaultPaymentAddress = defaultPaymentAddress; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$MammutStandardCustomer.prototype.setOwner = function(owner) { this.owner = owner; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$MammutStandardCustomer.prototype.setGearLists = function(gearLists) { this.gearLists = gearLists; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$MammutStandardCustomer.prototype.setDefaultShippingAddress = function(defaultShippingAddress) { this.defaultShippingAddress = defaultShippingAddress; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$MammutStandardCustomer.prototype.setLogin = function(login) { this.login = login; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$MammutStandardCustomer.prototype.setSessionCurrency = function(sessionCurrency) { this.sessionCurrency = sessionCurrency; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$MammutStandardCustomer.prototype.setCustomerID = function(customerID) { this.customerID = customerID; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$MammutStandardCustomer.prototype.setGroups = function(groups) { this.groups = groups; }
}

Seam.Remoting.type.com$unic$msg$main$jalo$user$MammutStandardCustomer.__name = "com.unic.msg.main.jalo.user.MammutStandardCustomer";
Seam.Remoting.type.com$unic$msg$main$jalo$user$MammutStandardCustomer.__metadata = [
  {field: "composedType", type: "bean"},
  {field: "loginDisabled", type: "bool"},
  {field: "allAttributes", type: "map"},
  {field: "uID", type: "str"},
  {field: "createdByGearAdvisor", type: "bool"},
  {field: "modificationTime", type: "date"},
  {field: "password", type: "str"},
  {field: "defaultDeliveryAddress", type: "bean"},
  {field: "sessionAttributeDescriptors", type: "bag"},
  {field: "lastLogin", type: "date"},
  {field: "tenant", type: "bean"},
  {field: "sessionLanguage", type: "bean"},
  {field: "encodedPassword", type: "str"},
  {field: "description", type: "str"},
  {field: "implementation", type: "bean"},
  {field: "defaultPaymentAddress", type: "bean"},
  {field: "name", type: "str"},
  {field: "gearLists", type: "bag"},
  {field: "owner", type: "bean"},
  {field: "defaultShippingAddress", type: "bean"},
  {field: "login", type: "str"},
  {field: "sessionCurrency", type: "bean"},
  {field: "customerID", type: "str"},
  {field: "groups", type: "bean"}];

Seam.Remoting.registerType(Seam.Remoting.type.com$unic$msg$main$jalo$user$MammutStandardCustomer);

Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearListItemComment = function() {
  this.composedType = undefined;
  this.composer = undefined;
  this.text = undefined;
  this.composingTime = undefined;
  this.allAttributes = undefined;
  this.tenant = undefined;
  this.implementation = undefined;
  this.owner = undefined;
  this.holdingItem = undefined;
  this.modificationTime = undefined;
  this.code = undefined;
  this.type = undefined;
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearListItemComment.prototype.getComposedType = function() { return this.composedType; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearListItemComment.prototype.getComposer = function() { return this.composer; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearListItemComment.prototype.getText = function() { return this.text; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearListItemComment.prototype.getComposingTime = function() { return this.composingTime; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearListItemComment.prototype.getAllAttributes = function() { return this.allAttributes; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearListItemComment.prototype.getTenant = function() { return this.tenant; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearListItemComment.prototype.getImplementation = function() { return this.implementation; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearListItemComment.prototype.getOwner = function() { return this.owner; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearListItemComment.prototype.getHoldingItem = function() { return this.holdingItem; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearListItemComment.prototype.getModificationTime = function() { return this.modificationTime; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearListItemComment.prototype.getCode = function() { return this.code; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearListItemComment.prototype.getType = function() { return this.type; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearListItemComment.prototype.setComposedType = function(composedType) { this.composedType = composedType; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearListItemComment.prototype.setComposer = function(composer) { this.composer = composer; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearListItemComment.prototype.setText = function(text) { this.text = text; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearListItemComment.prototype.setComposingTime = function(composingTime) { this.composingTime = composingTime; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearListItemComment.prototype.setAllAttributes = function(allAttributes) { this.allAttributes = allAttributes; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearListItemComment.prototype.setTenant = function(tenant) { this.tenant = tenant; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearListItemComment.prototype.setImplementation = function(implementation) { this.implementation = implementation; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearListItemComment.prototype.setOwner = function(owner) { this.owner = owner; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearListItemComment.prototype.setHoldingItem = function(holdingItem) { this.holdingItem = holdingItem; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearListItemComment.prototype.setModificationTime = function(modificationTime) { this.modificationTime = modificationTime; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearListItemComment.prototype.setCode = function(code) { this.code = code; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearListItemComment.prototype.setType = function(type) { this.type = type; }
}

Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearListItemComment.__name = "com.unic.msg.main.jalo.gearadvisor.GearListItemComment";
Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearListItemComment.__metadata = [
  {field: "composedType", type: "bean"},
  {field: "composer", type: "bean"},
  {field: "text", type: "str"},
  {field: "composingTime", type: "date"},
  {field: "tenant", type: "bean"},
  {field: "allAttributes", type: "map"},
  {field: "implementation", type: "bean"},
  {field: "owner", type: "bean"},
  {field: "holdingItem", type: "bean"},
  {field: "code", type: "str"},
  {field: "modificationTime", type: "date"},
  {field: "type", type: "str"}];

Seam.Remoting.registerType(Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearListItemComment);

Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearListItem = function() {
  this.composedType = undefined;
  this.allAttributes = undefined;
  this.isNew = undefined;
  this.modificationTime = undefined;
  this.code = undefined;
  this.isDeleted = undefined;
  this.category = undefined;
  this.tenant = undefined;
  this.gear = undefined;
  this.implementation = undefined;
  this.name = undefined;
  this.gearLists = undefined;
  this.owner = undefined;
  this.quantity = undefined;
  this.note = undefined;
  this.isPacked = undefined;
  this.comments = undefined;
  this.lastVisitTime = undefined;
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearListItem.prototype.getComposedType = function() { return this.composedType; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearListItem.prototype.getAllAttributes = function() { return this.allAttributes; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearListItem.prototype.isIsNew = function() { return this.isNew; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearListItem.prototype.getModificationTime = function() { return this.modificationTime; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearListItem.prototype.getCode = function() { return this.code; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearListItem.prototype.isIsDeleted = function() { return this.isDeleted; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearListItem.prototype.getCategory = function() { return this.category; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearListItem.prototype.getTenant = function() { return this.tenant; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearListItem.prototype.getGear = function() { return this.gear; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearListItem.prototype.getImplementation = function() { return this.implementation; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearListItem.prototype.getName = function() { return this.name; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearListItem.prototype.getGearLists = function() { return this.gearLists; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearListItem.prototype.getOwner = function() { return this.owner; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearListItem.prototype.getQuantity = function() { return this.quantity; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearListItem.prototype.getNote = function() { return this.note; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearListItem.prototype.isIsPacked = function() { return this.isPacked; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearListItem.prototype.getComments = function() { return this.comments; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearListItem.prototype.getLastVisitTime = function() { return this.lastVisitTime; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearListItem.prototype.setComposedType = function(composedType) { this.composedType = composedType; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearListItem.prototype.setAllAttributes = function(allAttributes) { this.allAttributes = allAttributes; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearListItem.prototype.setIsNew = function(isNew) { this.isNew = isNew; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearListItem.prototype.setModificationTime = function(modificationTime) { this.modificationTime = modificationTime; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearListItem.prototype.setCode = function(code) { this.code = code; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearListItem.prototype.setIsDeleted = function(isDeleted) { this.isDeleted = isDeleted; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearListItem.prototype.setCategory = function(category) { this.category = category; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearListItem.prototype.setTenant = function(tenant) { this.tenant = tenant; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearListItem.prototype.setGear = function(gear) { this.gear = gear; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearListItem.prototype.setImplementation = function(implementation) { this.implementation = implementation; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearListItem.prototype.setName = function(name) { this.name = name; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearListItem.prototype.setGearLists = function(gearLists) { this.gearLists = gearLists; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearListItem.prototype.setOwner = function(owner) { this.owner = owner; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearListItem.prototype.setQuantity = function(quantity) { this.quantity = quantity; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearListItem.prototype.setNote = function(note) { this.note = note; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearListItem.prototype.setIsPacked = function(isPacked) { this.isPacked = isPacked; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearListItem.prototype.setComments = function(comments) { this.comments = comments; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearListItem.prototype.setLastVisitTime = function(lastVisitTime) { this.lastVisitTime = lastVisitTime; }
}

Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearListItem.__name = "com.unic.msg.main.jalo.gearadvisor.GearListItem";
Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearListItem.__metadata = [
  {field: "composedType", type: "bean"},
  {field: "allAttributes", type: "map"},
  {field: "isNew", type: "bool"},
  {field: "modificationTime", type: "date"},
  {field: "code", type: "str"},
  {field: "isDeleted", type: "bool"},
  {field: "category", type: "bean"},
  {field: "tenant", type: "bean"},
  {field: "gear", type: "bean"},
  {field: "implementation", type: "bean"},
  {field: "name", type: "str"},
  {field: "gearLists", type: "bag"},
  {field: "owner", type: "bean"},
  {field: "quantity", type: "str"},
  {field: "comments", type: "bag"},
  {field: "isPacked", type: "bool"},
  {field: "note", type: "str"},
  {field: "lastVisitTime", type: "date"}];

Seam.Remoting.registerType(Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearListItem);

Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearList = function() {
  this.composedType = undefined;
  this.teasers = undefined;
  this.allAttributes = undefined;
  this.tripType = undefined;
  this.gearListItems = undefined;
  this.code = undefined;
  this.modificationTime = undefined;
  this.sponsor = undefined;
  this.duration = undefined;
  this.tenant = undefined;
  this.implementation = undefined;
  this.name = undefined;
  this.owner = undefined;
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearList.prototype.getComposedType = function() { return this.composedType; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearList.prototype.getTeasers = function() { return this.teasers; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearList.prototype.getAllAttributes = function() { return this.allAttributes; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearList.prototype.getTripType = function() { return this.tripType; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearList.prototype.getGearListItems = function() { return this.gearListItems; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearList.prototype.getCode = function() { return this.code; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearList.prototype.getModificationTime = function() { return this.modificationTime; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearList.prototype.getSponsor = function() { return this.sponsor; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearList.prototype.getDuration = function() { return this.duration; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearList.prototype.getTenant = function() { return this.tenant; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearList.prototype.getImplementation = function() { return this.implementation; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearList.prototype.getName = function() { return this.name; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearList.prototype.getOwner = function() { return this.owner; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearList.prototype.setComposedType = function(composedType) { this.composedType = composedType; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearList.prototype.setTeasers = function(teasers) { this.teasers = teasers; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearList.prototype.setAllAttributes = function(allAttributes) { this.allAttributes = allAttributes; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearList.prototype.setTripType = function(tripType) { this.tripType = tripType; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearList.prototype.setGearListItems = function(gearListItems) { this.gearListItems = gearListItems; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearList.prototype.setCode = function(code) { this.code = code; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearList.prototype.setModificationTime = function(modificationTime) { this.modificationTime = modificationTime; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearList.prototype.setSponsor = function(sponsor) { this.sponsor = sponsor; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearList.prototype.setDuration = function(duration) { this.duration = duration; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearList.prototype.setTenant = function(tenant) { this.tenant = tenant; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearList.prototype.setImplementation = function(implementation) { this.implementation = implementation; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearList.prototype.setName = function(name) { this.name = name; }
  Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearList.prototype.setOwner = function(owner) { this.owner = owner; }
}

Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearList.__name = "com.unic.msg.main.jalo.gearadvisor.GearList";
Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearList.__metadata = [
  {field: "composedType", type: "bean"},
  {field: "teasers", type: "bag"},
  {field: "allAttributes", type: "map"},
  {field: "tripType", type: "bean"},
  {field: "gearListItems", type: "bag"},
  {field: "code", type: "str"},
  {field: "modificationTime", type: "date"},
  {field: "sponsor", type: "bean"},
  {field: "duration", type: "bean"},
  {field: "tenant", type: "bean"},
  {field: "implementation", type: "bean"},
  {field: "name", type: "str"},
  {field: "owner", type: "bean"}];

Seam.Remoting.registerType(Seam.Remoting.type.com$unic$msg$main$jalo$gearadvisor$GearList);

Seam.Remoting.type.com$unic$msg$main$jalo$cms$StandardTeaser = function() {
  this.composedType = undefined;
  this.template = undefined;
  this.text = undefined;
  this.allAttributes = undefined;
  this.status = undefined;
  this.allTitle = undefined;
  this.image = undefined;
  this.displayWaxCoach = undefined;
  this.modificationTime = undefined;
  this.code = undefined;
  this.downloadLink = undefined;
  this.title = undefined;
  this.tenant = undefined;
  this.allText = undefined;
  this.implementation = undefined;
  this.contentLink = undefined;
  this.owner = undefined;
  this.gearLists = undefined;
  this.pageContents = undefined;
  this.navigationElements = undefined;
  this.externalLink = undefined;
  this.productLink = undefined;
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$StandardTeaser.prototype.getComposedType = function() { return this.composedType; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$StandardTeaser.prototype.getTemplate = function() { return this.template; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$StandardTeaser.prototype.getText = function() { return this.text; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$StandardTeaser.prototype.getAllAttributes = function() { return this.allAttributes; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$StandardTeaser.prototype.getStatus = function() { return this.status; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$StandardTeaser.prototype.getAllTitle = function() { return this.allTitle; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$StandardTeaser.prototype.getImage = function() { return this.image; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$StandardTeaser.prototype.getDisplayWaxCoach = function() { return this.displayWaxCoach; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$StandardTeaser.prototype.getModificationTime = function() { return this.modificationTime; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$StandardTeaser.prototype.getCode = function() { return this.code; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$StandardTeaser.prototype.getDownloadLink = function() { return this.downloadLink; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$StandardTeaser.prototype.getTitle = function() { return this.title; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$StandardTeaser.prototype.getTenant = function() { return this.tenant; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$StandardTeaser.prototype.getAllText = function() { return this.allText; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$StandardTeaser.prototype.getImplementation = function() { return this.implementation; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$StandardTeaser.prototype.getContentLink = function() { return this.contentLink; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$StandardTeaser.prototype.getOwner = function() { return this.owner; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$StandardTeaser.prototype.getGearLists = function() { return this.gearLists; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$StandardTeaser.prototype.getPageContents = function() { return this.pageContents; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$StandardTeaser.prototype.getNavigationElements = function() { return this.navigationElements; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$StandardTeaser.prototype.getExternalLink = function() { return this.externalLink; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$StandardTeaser.prototype.getProductLink = function() { return this.productLink; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$StandardTeaser.prototype.setComposedType = function(composedType) { this.composedType = composedType; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$StandardTeaser.prototype.setTemplate = function(template) { this.template = template; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$StandardTeaser.prototype.setText = function(text) { this.text = text; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$StandardTeaser.prototype.setAllAttributes = function(allAttributes) { this.allAttributes = allAttributes; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$StandardTeaser.prototype.setStatus = function(status) { this.status = status; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$StandardTeaser.prototype.setAllTitle = function(allTitle) { this.allTitle = allTitle; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$StandardTeaser.prototype.setImage = function(image) { this.image = image; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$StandardTeaser.prototype.setDisplayWaxCoach = function(displayWaxCoach) { this.displayWaxCoach = displayWaxCoach; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$StandardTeaser.prototype.setModificationTime = function(modificationTime) { this.modificationTime = modificationTime; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$StandardTeaser.prototype.setCode = function(code) { this.code = code; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$StandardTeaser.prototype.setDownloadLink = function(downloadLink) { this.downloadLink = downloadLink; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$StandardTeaser.prototype.setTitle = function(title) { this.title = title; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$StandardTeaser.prototype.setTenant = function(tenant) { this.tenant = tenant; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$StandardTeaser.prototype.setAllText = function(allText) { this.allText = allText; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$StandardTeaser.prototype.setImplementation = function(implementation) { this.implementation = implementation; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$StandardTeaser.prototype.setContentLink = function(contentLink) { this.contentLink = contentLink; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$StandardTeaser.prototype.setOwner = function(owner) { this.owner = owner; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$StandardTeaser.prototype.setGearLists = function(gearLists) { this.gearLists = gearLists; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$StandardTeaser.prototype.setPageContents = function(pageContents) { this.pageContents = pageContents; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$StandardTeaser.prototype.setNavigationElements = function(navigationElements) { this.navigationElements = navigationElements; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$StandardTeaser.prototype.setExternalLink = function(externalLink) { this.externalLink = externalLink; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$StandardTeaser.prototype.setProductLink = function(productLink) { this.productLink = productLink; }
}

Seam.Remoting.type.com$unic$msg$main$jalo$cms$StandardTeaser.__name = "com.unic.msg.main.jalo.cms.StandardTeaser";
Seam.Remoting.type.com$unic$msg$main$jalo$cms$StandardTeaser.__metadata = [
  {field: "composedType", type: "bean"},
  {field: "template", type: "bean"},
  {field: "text", type: "str"},
  {field: "allAttributes", type: "map"},
  {field: "status", type: "bean"},
  {field: "allTitle", type: "map"},
  {field: "image", type: "bean"},
  {field: "displayWaxCoach", type: "bag"},
  {field: "modificationTime", type: "date"},
  {field: "code", type: "str"},
  {field: "downloadLink", type: "bean"},
  {field: "title", type: "str"},
  {field: "allText", type: "map"},
  {field: "tenant", type: "bean"},
  {field: "implementation", type: "bean"},
  {field: "contentLink", type: "bean"},
  {field: "gearLists", type: "bag"},
  {field: "owner", type: "bean"},
  {field: "pageContents", type: "bag"},
  {field: "navigationElements", type: "bag"},
  {field: "productLink", type: "bean"},
  {field: "externalLink", type: "str"}];

Seam.Remoting.registerType(Seam.Remoting.type.com$unic$msg$main$jalo$cms$StandardTeaser);

Seam.Remoting.type.com$unic$msg$main$jalo$pim$MainActivity = function() {
  this.composedType = undefined;
  this.allName = undefined;
  this.text = undefined;
  this.allAttributes = undefined;
  this.tenant = undefined;
  this.allText = undefined;
  this.implementation = undefined;
  this.name = undefined;
  this.owner = undefined;
  this.modificationTime = undefined;
  this.code = undefined;
  this.activity = undefined;
  Seam.Remoting.type.com$unic$msg$main$jalo$pim$MainActivity.prototype.getComposedType = function() { return this.composedType; }
  Seam.Remoting.type.com$unic$msg$main$jalo$pim$MainActivity.prototype.getAllName = function() { return this.allName; }
  Seam.Remoting.type.com$unic$msg$main$jalo$pim$MainActivity.prototype.getText = function() { return this.text; }
  Seam.Remoting.type.com$unic$msg$main$jalo$pim$MainActivity.prototype.getAllAttributes = function() { return this.allAttributes; }
  Seam.Remoting.type.com$unic$msg$main$jalo$pim$MainActivity.prototype.getTenant = function() { return this.tenant; }
  Seam.Remoting.type.com$unic$msg$main$jalo$pim$MainActivity.prototype.getAllText = function() { return this.allText; }
  Seam.Remoting.type.com$unic$msg$main$jalo$pim$MainActivity.prototype.getImplementation = function() { return this.implementation; }
  Seam.Remoting.type.com$unic$msg$main$jalo$pim$MainActivity.prototype.getName = function() { return this.name; }
  Seam.Remoting.type.com$unic$msg$main$jalo$pim$MainActivity.prototype.getOwner = function() { return this.owner; }
  Seam.Remoting.type.com$unic$msg$main$jalo$pim$MainActivity.prototype.getModificationTime = function() { return this.modificationTime; }
  Seam.Remoting.type.com$unic$msg$main$jalo$pim$MainActivity.prototype.getCode = function() { return this.code; }
  Seam.Remoting.type.com$unic$msg$main$jalo$pim$MainActivity.prototype.getActivity = function() { return this.activity; }
  Seam.Remoting.type.com$unic$msg$main$jalo$pim$MainActivity.prototype.setComposedType = function(composedType) { this.composedType = composedType; }
  Seam.Remoting.type.com$unic$msg$main$jalo$pim$MainActivity.prototype.setAllName = function(allName) { this.allName = allName; }
  Seam.Remoting.type.com$unic$msg$main$jalo$pim$MainActivity.prototype.setText = function(text) { this.text = text; }
  Seam.Remoting.type.com$unic$msg$main$jalo$pim$MainActivity.prototype.setAllAttributes = function(allAttributes) { this.allAttributes = allAttributes; }
  Seam.Remoting.type.com$unic$msg$main$jalo$pim$MainActivity.prototype.setTenant = function(tenant) { this.tenant = tenant; }
  Seam.Remoting.type.com$unic$msg$main$jalo$pim$MainActivity.prototype.setAllText = function(allText) { this.allText = allText; }
  Seam.Remoting.type.com$unic$msg$main$jalo$pim$MainActivity.prototype.setImplementation = function(implementation) { this.implementation = implementation; }
  Seam.Remoting.type.com$unic$msg$main$jalo$pim$MainActivity.prototype.setName = function(name) { this.name = name; }
  Seam.Remoting.type.com$unic$msg$main$jalo$pim$MainActivity.prototype.setOwner = function(owner) { this.owner = owner; }
  Seam.Remoting.type.com$unic$msg$main$jalo$pim$MainActivity.prototype.setModificationTime = function(modificationTime) { this.modificationTime = modificationTime; }
  Seam.Remoting.type.com$unic$msg$main$jalo$pim$MainActivity.prototype.setCode = function(code) { this.code = code; }
  Seam.Remoting.type.com$unic$msg$main$jalo$pim$MainActivity.prototype.setActivity = function(activity) { this.activity = activity; }
}

Seam.Remoting.type.com$unic$msg$main$jalo$pim$MainActivity.__name = "com.unic.msg.main.jalo.pim.MainActivity";
Seam.Remoting.type.com$unic$msg$main$jalo$pim$MainActivity.__metadata = [
  {field: "composedType", type: "bean"},
  {field: "allName", type: "map"},
  {field: "text", type: "str"},
  {field: "allText", type: "map"},
  {field: "tenant", type: "bean"},
  {field: "allAttributes", type: "map"},
  {field: "implementation", type: "bean"},
  {field: "name", type: "str"},
  {field: "owner", type: "bean"},
  {field: "code", type: "str"},
  {field: "modificationTime", type: "date"},
  {field: "activity", type: "bag"}];

Seam.Remoting.registerType(Seam.Remoting.type.com$unic$msg$main$jalo$pim$MainActivity);

Seam.Remoting.type.com$unic$msg$main$jalo$pim$Activity = function() {
  this.composedType = undefined;
  this.product = undefined;
  this.allName = undefined;
  this.allAttributes = undefined;
  this.tenant = undefined;
  this.implementation = undefined;
  this.optimalProduct = undefined;
  this.name = undefined;
  this.owner = undefined;
  this.modificationTime = undefined;
  this.code = undefined;
  this.mainActivity = undefined;
  Seam.Remoting.type.com$unic$msg$main$jalo$pim$Activity.prototype.getComposedType = function() { return this.composedType; }
  Seam.Remoting.type.com$unic$msg$main$jalo$pim$Activity.prototype.getProduct = function() { return this.product; }
  Seam.Remoting.type.com$unic$msg$main$jalo$pim$Activity.prototype.getAllName = function() { return this.allName; }
  Seam.Remoting.type.com$unic$msg$main$jalo$pim$Activity.prototype.getAllAttributes = function() { return this.allAttributes; }
  Seam.Remoting.type.com$unic$msg$main$jalo$pim$Activity.prototype.getTenant = function() { return this.tenant; }
  Seam.Remoting.type.com$unic$msg$main$jalo$pim$Activity.prototype.getImplementation = function() { return this.implementation; }
  Seam.Remoting.type.com$unic$msg$main$jalo$pim$Activity.prototype.getOptimalProduct = function() { return this.optimalProduct; }
  Seam.Remoting.type.com$unic$msg$main$jalo$pim$Activity.prototype.getName = function() { return this.name; }
  Seam.Remoting.type.com$unic$msg$main$jalo$pim$Activity.prototype.getOwner = function() { return this.owner; }
  Seam.Remoting.type.com$unic$msg$main$jalo$pim$Activity.prototype.getModificationTime = function() { return this.modificationTime; }
  Seam.Remoting.type.com$unic$msg$main$jalo$pim$Activity.prototype.getCode = function() { return this.code; }
  Seam.Remoting.type.com$unic$msg$main$jalo$pim$Activity.prototype.getMainActivity = function() { return this.mainActivity; }
  Seam.Remoting.type.com$unic$msg$main$jalo$pim$Activity.prototype.setComposedType = function(composedType) { this.composedType = composedType; }
  Seam.Remoting.type.com$unic$msg$main$jalo$pim$Activity.prototype.setProduct = function(product) { this.product = product; }
  Seam.Remoting.type.com$unic$msg$main$jalo$pim$Activity.prototype.setAllName = function(allName) { this.allName = allName; }
  Seam.Remoting.type.com$unic$msg$main$jalo$pim$Activity.prototype.setAllAttributes = function(allAttributes) { this.allAttributes = allAttributes; }
  Seam.Remoting.type.com$unic$msg$main$jalo$pim$Activity.prototype.setTenant = function(tenant) { this.tenant = tenant; }
  Seam.Remoting.type.com$unic$msg$main$jalo$pim$Activity.prototype.setImplementation = function(implementation) { this.implementation = implementation; }
  Seam.Remoting.type.com$unic$msg$main$jalo$pim$Activity.prototype.setOptimalProduct = function(optimalProduct) { this.optimalProduct = optimalProduct; }
  Seam.Remoting.type.com$unic$msg$main$jalo$pim$Activity.prototype.setName = function(name) { this.name = name; }
  Seam.Remoting.type.com$unic$msg$main$jalo$pim$Activity.prototype.setOwner = function(owner) { this.owner = owner; }
  Seam.Remoting.type.com$unic$msg$main$jalo$pim$Activity.prototype.setModificationTime = function(modificationTime) { this.modificationTime = modificationTime; }
  Seam.Remoting.type.com$unic$msg$main$jalo$pim$Activity.prototype.setCode = function(code) { this.code = code; }
  Seam.Remoting.type.com$unic$msg$main$jalo$pim$Activity.prototype.setMainActivity = function(mainActivity) { this.mainActivity = mainActivity; }
}

Seam.Remoting.type.com$unic$msg$main$jalo$pim$Activity.__name = "com.unic.msg.main.jalo.pim.Activity";
Seam.Remoting.type.com$unic$msg$main$jalo$pim$Activity.__metadata = [
  {field: "product", type: "bag"},
  {field: "composedType", type: "bean"},
  {field: "allName", type: "map"},
  {field: "tenant", type: "bean"},
  {field: "allAttributes", type: "map"},
  {field: "optimalProduct", type: "bag"},
  {field: "implementation", type: "bean"},
  {field: "name", type: "str"},
  {field: "owner", type: "bean"},
  {field: "code", type: "str"},
  {field: "modificationTime", type: "date"},
  {field: "mainActivity", type: "bean"}];

Seam.Remoting.registerType(Seam.Remoting.type.com$unic$msg$main$jalo$pim$Activity);

Seam.Remoting.type.com$unic$msg$main$jalo$base$ProductLine = function() {
  this.composedType = undefined;
  this.allAttributes = undefined;
  this.tenant = undefined;
  this.implementation = undefined;
  this.owner = undefined;
  this.modificationTime = undefined;
  Seam.Remoting.type.com$unic$msg$main$jalo$base$ProductLine.prototype.getComposedType = function() { return this.composedType; }
  Seam.Remoting.type.com$unic$msg$main$jalo$base$ProductLine.prototype.getAllAttributes = function() { return this.allAttributes; }
  Seam.Remoting.type.com$unic$msg$main$jalo$base$ProductLine.prototype.getTenant = function() { return this.tenant; }
  Seam.Remoting.type.com$unic$msg$main$jalo$base$ProductLine.prototype.getImplementation = function() { return this.implementation; }
  Seam.Remoting.type.com$unic$msg$main$jalo$base$ProductLine.prototype.getOwner = function() { return this.owner; }
  Seam.Remoting.type.com$unic$msg$main$jalo$base$ProductLine.prototype.getModificationTime = function() { return this.modificationTime; }
  Seam.Remoting.type.com$unic$msg$main$jalo$base$ProductLine.prototype.setComposedType = function(composedType) { this.composedType = composedType; }
  Seam.Remoting.type.com$unic$msg$main$jalo$base$ProductLine.prototype.setAllAttributes = function(allAttributes) { this.allAttributes = allAttributes; }
  Seam.Remoting.type.com$unic$msg$main$jalo$base$ProductLine.prototype.setTenant = function(tenant) { this.tenant = tenant; }
  Seam.Remoting.type.com$unic$msg$main$jalo$base$ProductLine.prototype.setImplementation = function(implementation) { this.implementation = implementation; }
  Seam.Remoting.type.com$unic$msg$main$jalo$base$ProductLine.prototype.setOwner = function(owner) { this.owner = owner; }
  Seam.Remoting.type.com$unic$msg$main$jalo$base$ProductLine.prototype.setModificationTime = function(modificationTime) { this.modificationTime = modificationTime; }
}

Seam.Remoting.type.com$unic$msg$main$jalo$base$ProductLine.__name = "com.unic.msg.main.jalo.base.ProductLine";
Seam.Remoting.type.com$unic$msg$main$jalo$base$ProductLine.__metadata = [
  {field: "composedType", type: "bean"},
  {field: "tenant", type: "bean"},
  {field: "allAttributes", type: "map"},
  {field: "implementation", type: "bean"},
  {field: "owner", type: "bean"},
  {field: "modificationTime", type: "date"}];

Seam.Remoting.registerType(Seam.Remoting.type.com$unic$msg$main$jalo$base$ProductLine);

Seam.Remoting.type.de$hybris$platform$category$jalo$Category = function() {
  this.composedType = undefined;
  this.allName = undefined;
  this.allAttributes = undefined;
  this.code = undefined;
  this.modificationTime = undefined;
  this.picture = undefined;
  this.supercategories = undefined;
  this.thumbnail = undefined;
  this.tenant = undefined;
  this.implementation = undefined;
  this.name = undefined;
  this.medias = undefined;
  this.owner = undefined;
  this.categories = undefined;
  this.subcategories = undefined;
  this.products = undefined;
  Seam.Remoting.type.de$hybris$platform$category$jalo$Category.prototype.getComposedType = function() { return this.composedType; }
  Seam.Remoting.type.de$hybris$platform$category$jalo$Category.prototype.getAllName = function() { return this.allName; }
  Seam.Remoting.type.de$hybris$platform$category$jalo$Category.prototype.getAllAttributes = function() { return this.allAttributes; }
  Seam.Remoting.type.de$hybris$platform$category$jalo$Category.prototype.getCode = function() { return this.code; }
  Seam.Remoting.type.de$hybris$platform$category$jalo$Category.prototype.getModificationTime = function() { return this.modificationTime; }
  Seam.Remoting.type.de$hybris$platform$category$jalo$Category.prototype.getPicture = function() { return this.picture; }
  Seam.Remoting.type.de$hybris$platform$category$jalo$Category.prototype.getSupercategories = function() { return this.supercategories; }
  Seam.Remoting.type.de$hybris$platform$category$jalo$Category.prototype.getThumbnail = function() { return this.thumbnail; }
  Seam.Remoting.type.de$hybris$platform$category$jalo$Category.prototype.getTenant = function() { return this.tenant; }
  Seam.Remoting.type.de$hybris$platform$category$jalo$Category.prototype.getImplementation = function() { return this.implementation; }
  Seam.Remoting.type.de$hybris$platform$category$jalo$Category.prototype.getName = function() { return this.name; }
  Seam.Remoting.type.de$hybris$platform$category$jalo$Category.prototype.getMedias = function() { return this.medias; }
  Seam.Remoting.type.de$hybris$platform$category$jalo$Category.prototype.getOwner = function() { return this.owner; }
  Seam.Remoting.type.de$hybris$platform$category$jalo$Category.prototype.getCategories = function() { return this.categories; }
  Seam.Remoting.type.de$hybris$platform$category$jalo$Category.prototype.getSubcategories = function() { return this.subcategories; }
  Seam.Remoting.type.de$hybris$platform$category$jalo$Category.prototype.getProducts = function() { return this.products; }
  Seam.Remoting.type.de$hybris$platform$category$jalo$Category.prototype.setComposedType = function(composedType) { this.composedType = composedType; }
  Seam.Remoting.type.de$hybris$platform$category$jalo$Category.prototype.setAllName = function(allName) { this.allName = allName; }
  Seam.Remoting.type.de$hybris$platform$category$jalo$Category.prototype.setAllAttributes = function(allAttributes) { this.allAttributes = allAttributes; }
  Seam.Remoting.type.de$hybris$platform$category$jalo$Category.prototype.setCode = function(code) { this.code = code; }
  Seam.Remoting.type.de$hybris$platform$category$jalo$Category.prototype.setModificationTime = function(modificationTime) { this.modificationTime = modificationTime; }
  Seam.Remoting.type.de$hybris$platform$category$jalo$Category.prototype.setPicture = function(picture) { this.picture = picture; }
  Seam.Remoting.type.de$hybris$platform$category$jalo$Category.prototype.setSupercategories = function(supercategories) { this.supercategories = supercategories; }
  Seam.Remoting.type.de$hybris$platform$category$jalo$Category.prototype.setThumbnail = function(thumbnail) { this.thumbnail = thumbnail; }
  Seam.Remoting.type.de$hybris$platform$category$jalo$Category.prototype.setTenant = function(tenant) { this.tenant = tenant; }
  Seam.Remoting.type.de$hybris$platform$category$jalo$Category.prototype.setImplementation = function(implementation) { this.implementation = implementation; }
  Seam.Remoting.type.de$hybris$platform$category$jalo$Category.prototype.setName = function(name) { this.name = name; }
  Seam.Remoting.type.de$hybris$platform$category$jalo$Category.prototype.setMedias = function(medias) { this.medias = medias; }
  Seam.Remoting.type.de$hybris$platform$category$jalo$Category.prototype.setOwner = function(owner) { this.owner = owner; }
  Seam.Remoting.type.de$hybris$platform$category$jalo$Category.prototype.setCategories = function(categories) { this.categories = categories; }
  Seam.Remoting.type.de$hybris$platform$category$jalo$Category.prototype.setSubcategories = function(subcategories) { this.subcategories = subcategories; }
  Seam.Remoting.type.de$hybris$platform$category$jalo$Category.prototype.setProducts = function(products) { this.products = products; }
}

Seam.Remoting.type.de$hybris$platform$category$jalo$Category.__name = "de.hybris.platform.category.jalo.Category";
Seam.Remoting.type.de$hybris$platform$category$jalo$Category.__metadata = [
  {field: "composedType", type: "bean"},
  {field: "allName", type: "map"},
  {field: "allAttributes", type: "map"},
  {field: "code", type: "str"},
  {field: "modificationTime", type: "date"},
  {field: "picture", type: "bean"},
  {field: "supercategories", type: "bag"},
  {field: "thumbnail", type: "bean"},
  {field: "tenant", type: "bean"},
  {field: "implementation", type: "bean"},
  {field: "name", type: "str"},
  {field: "medias", type: "bag"},
  {field: "owner", type: "bean"},
  {field: "categories", type: "bag"},
  {field: "subcategories", type: "bag"},
  {field: "products", type: "bag"}];

Seam.Remoting.registerType(Seam.Remoting.type.de$hybris$platform$category$jalo$Category);

Seam.Remoting.type.de$hybris$platform$jalo$type$AttributeDescriptor = function() {
  this.composedType = undefined;
  this.dontOptimize = undefined;
  this.unique = undefined;
  this.generate = undefined;
  this.writable = undefined;
  this.removable = undefined;
  this.private = undefined;
  this.allNames = undefined;
  this.tenant = undefined;
  this.extensionName = undefined;
  this.description = undefined;
  this.initial = undefined;
  this.name = undefined;
  this.optional = undefined;
  this.databaseColumn = undefined;
  this.partOf = undefined;
  this.defaultValue = undefined;
  this.modifiers = undefined;
  this.readable = undefined;
  this.allAttributes = undefined;
  this.selectionOf = undefined;
  this.property = undefined;
  this.modificationTime = undefined;
  this.localized = undefined;
  this.encrypted = undefined;
  this.implementation = undefined;
  this.autocreate = undefined;
  this.owner = undefined;
  this.allDescriptions = undefined;
  this.searchable = undefined;
  Seam.Remoting.type.de$hybris$platform$jalo$type$AttributeDescriptor.prototype.getComposedType = function() { return this.composedType; }
  Seam.Remoting.type.de$hybris$platform$jalo$type$AttributeDescriptor.prototype.getDontOptimize = function() { return this.dontOptimize; }
  Seam.Remoting.type.de$hybris$platform$jalo$type$AttributeDescriptor.prototype.isUnique = function() { return this.unique; }
  Seam.Remoting.type.de$hybris$platform$jalo$type$AttributeDescriptor.prototype.isGenerate = function() { return this.generate; }
  Seam.Remoting.type.de$hybris$platform$jalo$type$AttributeDescriptor.prototype.isWritable = function() { return this.writable; }
  Seam.Remoting.type.de$hybris$platform$jalo$type$AttributeDescriptor.prototype.isRemovable = function() { return this.removable; }
  Seam.Remoting.type.de$hybris$platform$jalo$type$AttributeDescriptor.prototype.isPrivate = function() { return this.private; }
  Seam.Remoting.type.de$hybris$platform$jalo$type$AttributeDescriptor.prototype.getAllNames = function() { return this.allNames; }
  Seam.Remoting.type.de$hybris$platform$jalo$type$AttributeDescriptor.prototype.getTenant = function() { return this.tenant; }
  Seam.Remoting.type.de$hybris$platform$jalo$type$AttributeDescriptor.prototype.getExtensionName = function() { return this.extensionName; }
  Seam.Remoting.type.de$hybris$platform$jalo$type$AttributeDescriptor.prototype.getDescription = function() { return this.description; }
  Seam.Remoting.type.de$hybris$platform$jalo$type$AttributeDescriptor.prototype.isInitial = function() { return this.initial; }
  Seam.Remoting.type.de$hybris$platform$jalo$type$AttributeDescriptor.prototype.getName = function() { return this.name; }
  Seam.Remoting.type.de$hybris$platform$jalo$type$AttributeDescriptor.prototype.isOptional = function() { return this.optional; }
  Seam.Remoting.type.de$hybris$platform$jalo$type$AttributeDescriptor.prototype.getDatabaseColumn = function() { return this.databaseColumn; }
  Seam.Remoting.type.de$hybris$platform$jalo$type$AttributeDescriptor.prototype.isPartOf = function() { return this.partOf; }
  Seam.Remoting.type.de$hybris$platform$jalo$type$AttributeDescriptor.prototype.getDefaultValue = function() { return this.defaultValue; }
  Seam.Remoting.type.de$hybris$platform$jalo$type$AttributeDescriptor.prototype.getModifiers = function() { return this.modifiers; }
  Seam.Remoting.type.de$hybris$platform$jalo$type$AttributeDescriptor.prototype.isReadable = function() { return this.readable; }
  Seam.Remoting.type.de$hybris$platform$jalo$type$AttributeDescriptor.prototype.getAllAttributes = function() { return this.allAttributes; }
  Seam.Remoting.type.de$hybris$platform$jalo$type$AttributeDescriptor.prototype.getSelectionOf = function() { return this.selectionOf; }
  Seam.Remoting.type.de$hybris$platform$jalo$type$AttributeDescriptor.prototype.isProperty = function() { return this.property; }
  Seam.Remoting.type.de$hybris$platform$jalo$type$AttributeDescriptor.prototype.getModificationTime = function() { return this.modificationTime; }
  Seam.Remoting.type.de$hybris$platform$jalo$type$AttributeDescriptor.prototype.isLocalized = function() { return this.localized; }
  Seam.Remoting.type.de$hybris$platform$jalo$type$AttributeDescriptor.prototype.isEncrypted = function() { return this.encrypted; }
  Seam.Remoting.type.de$hybris$platform$jalo$type$AttributeDescriptor.prototype.getImplementation = function() { return this.implementation; }
  Seam.Remoting.type.de$hybris$platform$jalo$type$AttributeDescriptor.prototype.isAutocreate = function() { return this.autocreate; }
  Seam.Remoting.type.de$hybris$platform$jalo$type$AttributeDescriptor.prototype.getOwner = function() { return this.owner; }
  Seam.Remoting.type.de$hybris$platform$jalo$type$AttributeDescriptor.prototype.getAllDescriptions = function() { return this.allDescriptions; }
  Seam.Remoting.type.de$hybris$platform$jalo$type$AttributeDescriptor.prototype.isSearchable = function() { return this.searchable; }
  Seam.Remoting.type.de$hybris$platform$jalo$type$AttributeDescriptor.prototype.setComposedType = function(composedType) { this.composedType = composedType; }
  Seam.Remoting.type.de$hybris$platform$jalo$type$AttributeDescriptor.prototype.setDontOptimize = function(dontOptimize) { this.dontOptimize = dontOptimize; }
  Seam.Remoting.type.de$hybris$platform$jalo$type$AttributeDescriptor.prototype.setUnique = function(unique) { this.unique = unique; }
  Seam.Remoting.type.de$hybris$platform$jalo$type$AttributeDescriptor.prototype.setGenerate = function(generate) { this.generate = generate; }
  Seam.Remoting.type.de$hybris$platform$jalo$type$AttributeDescriptor.prototype.setWritable = function(writable) { this.writable = writable; }
  Seam.Remoting.type.de$hybris$platform$jalo$type$AttributeDescriptor.prototype.setRemovable = function(removable) { this.removable = removable; }
  Seam.Remoting.type.de$hybris$platform$jalo$type$AttributeDescriptor.prototype.setPrivate = function(private) { this.private = private; }
  Seam.Remoting.type.de$hybris$platform$jalo$type$AttributeDescriptor.prototype.setAllNames = function(allNames) { this.allNames = allNames; }
  Seam.Remoting.type.de$hybris$platform$jalo$type$AttributeDescriptor.prototype.setTenant = function(tenant) { this.tenant = tenant; }
  Seam.Remoting.type.de$hybris$platform$jalo$type$AttributeDescriptor.prototype.setExtensionName = function(extensionName) { this.extensionName = extensionName; }
  Seam.Remoting.type.de$hybris$platform$jalo$type$AttributeDescriptor.prototype.setDescription = function(description) { this.description = description; }
  Seam.Remoting.type.de$hybris$platform$jalo$type$AttributeDescriptor.prototype.setInitial = function(initial) { this.initial = initial; }
  Seam.Remoting.type.de$hybris$platform$jalo$type$AttributeDescriptor.prototype.setName = function(name) { this.name = name; }
  Seam.Remoting.type.de$hybris$platform$jalo$type$AttributeDescriptor.prototype.setOptional = function(optional) { this.optional = optional; }
  Seam.Remoting.type.de$hybris$platform$jalo$type$AttributeDescriptor.prototype.setDatabaseColumn = function(databaseColumn) { this.databaseColumn = databaseColumn; }
  Seam.Remoting.type.de$hybris$platform$jalo$type$AttributeDescriptor.prototype.setPartOf = function(partOf) { this.partOf = partOf; }
  Seam.Remoting.type.de$hybris$platform$jalo$type$AttributeDescriptor.prototype.setDefaultValue = function(defaultValue) { this.defaultValue = defaultValue; }
  Seam.Remoting.type.de$hybris$platform$jalo$type$AttributeDescriptor.prototype.setModifiers = function(modifiers) { this.modifiers = modifiers; }
  Seam.Remoting.type.de$hybris$platform$jalo$type$AttributeDescriptor.prototype.setReadable = function(readable) { this.readable = readable; }
  Seam.Remoting.type.de$hybris$platform$jalo$type$AttributeDescriptor.prototype.setAllAttributes = function(allAttributes) { this.allAttributes = allAttributes; }
  Seam.Remoting.type.de$hybris$platform$jalo$type$AttributeDescriptor.prototype.setSelectionOf = function(selectionOf) { this.selectionOf = selectionOf; }
  Seam.Remoting.type.de$hybris$platform$jalo$type$AttributeDescriptor.prototype.setProperty = function(property) { this.property = property; }
  Seam.Remoting.type.de$hybris$platform$jalo$type$AttributeDescriptor.prototype.setModificationTime = function(modificationTime) { this.modificationTime = modificationTime; }
  Seam.Remoting.type.de$hybris$platform$jalo$type$AttributeDescriptor.prototype.setLocalized = function(localized) { this.localized = localized; }
  Seam.Remoting.type.de$hybris$platform$jalo$type$AttributeDescriptor.prototype.setEncrypted = function(encrypted) { this.encrypted = encrypted; }
  Seam.Remoting.type.de$hybris$platform$jalo$type$AttributeDescriptor.prototype.setImplementation = function(implementation) { this.implementation = implementation; }
  Seam.Remoting.type.de$hybris$platform$jalo$type$AttributeDescriptor.prototype.setAutocreate = function(autocreate) { this.autocreate = autocreate; }
  Seam.Remoting.type.de$hybris$platform$jalo$type$AttributeDescriptor.prototype.setOwner = function(owner) { this.owner = owner; }
  Seam.Remoting.type.de$hybris$platform$jalo$type$AttributeDescriptor.prototype.setAllDescriptions = function(allDescriptions) { this.allDescriptions = allDescriptions; }
  Seam.Remoting.type.de$hybris$platform$jalo$type$AttributeDescriptor.prototype.setSearchable = function(searchable) { this.searchable = searchable; }
}

Seam.Remoting.type.de$hybris$platform$jalo$type$AttributeDescriptor.__name = "de.hybris.platform.jalo.type.AttributeDescriptor";
Seam.Remoting.type.de$hybris$platform$jalo$type$AttributeDescriptor.__metadata = [
  {field: "dontOptimize", type: "bool"},
  {field: "composedType", type: "bean"},
  {field: "unique", type: "bool"},
  {field: "generate", type: "bool"},
  {field: "removable", type: "bool"},
  {field: "writable", type: "bool"},
  {field: "private", type: "bool"},
  {field: "allNames", type: "map"},
  {field: "extensionName", type: "str"},
  {field: "tenant", type: "bean"},
  {field: "initial", type: "bool"},
  {field: "description", type: "str"},
  {field: "name", type: "str"},
  {field: "optional", type: "bool"},
  {field: "databaseColumn", type: "str"},
  {field: "partOf", type: "bool"},
  {field: "defaultValue", type: "map"},
  {field: "modifiers", type: "number"},
  {field: "readable", type: "bool"},
  {field: "allAttributes", type: "map"},
  {field: "selectionOf", type: "bean"},
  {field: "property", type: "bool"},
  {field: "modificationTime", type: "date"},
  {field: "localized", type: "bool"},
  {field: "encrypted", type: "bool"},
  {field: "autocreate", type: "bool"},
  {field: "implementation", type: "bean"},
  {field: "owner", type: "bean"},
  {field: "allDescriptions", type: "map"},
  {field: "searchable", type: "bool"}];

Seam.Remoting.registerType(Seam.Remoting.type.de$hybris$platform$jalo$type$AttributeDescriptor);

Seam.Remoting.type.de$hybris$platform$variants$jalo$VariantAttributeDescriptor = function() {
  this.composedType = undefined;
  this.position = undefined;
  this.dontOptimize = undefined;
  this.unique = undefined;
  this.generate = undefined;
  this.writable = undefined;
  this.removable = undefined;
  this.private = undefined;
  this.allNames = undefined;
  this.tenant = undefined;
  this.extensionName = undefined;
  this.description = undefined;
  this.initial = undefined;
  this.name = undefined;
  this.optional = undefined;
  this.databaseColumn = undefined;
  this.partOf = undefined;
  this.defaultValue = undefined;
  this.modifiers = undefined;
  this.readable = undefined;
  this.allAttributes = undefined;
  this.selectionOf = undefined;
  this.property = undefined;
  this.modificationTime = undefined;
  this.localized = undefined;
  this.encrypted = undefined;
  this.implementation = undefined;
  this.autocreate = undefined;
  this.owner = undefined;
  this.allDescriptions = undefined;
  this.searchable = undefined;
  Seam.Remoting.type.de$hybris$platform$variants$jalo$VariantAttributeDescriptor.prototype.getComposedType = function() { return this.composedType; }
  Seam.Remoting.type.de$hybris$platform$variants$jalo$VariantAttributeDescriptor.prototype.getPosition = function() { return this.position; }
  Seam.Remoting.type.de$hybris$platform$variants$jalo$VariantAttributeDescriptor.prototype.getDontOptimize = function() { return this.dontOptimize; }
  Seam.Remoting.type.de$hybris$platform$variants$jalo$VariantAttributeDescriptor.prototype.isUnique = function() { return this.unique; }
  Seam.Remoting.type.de$hybris$platform$variants$jalo$VariantAttributeDescriptor.prototype.isGenerate = function() { return this.generate; }
  Seam.Remoting.type.de$hybris$platform$variants$jalo$VariantAttributeDescriptor.prototype.isWritable = function() { return this.writable; }
  Seam.Remoting.type.de$hybris$platform$variants$jalo$VariantAttributeDescriptor.prototype.isRemovable = function() { return this.removable; }
  Seam.Remoting.type.de$hybris$platform$variants$jalo$VariantAttributeDescriptor.prototype.isPrivate = function() { return this.private; }
  Seam.Remoting.type.de$hybris$platform$variants$jalo$VariantAttributeDescriptor.prototype.getAllNames = function() { return this.allNames; }
  Seam.Remoting.type.de$hybris$platform$variants$jalo$VariantAttributeDescriptor.prototype.getTenant = function() { return this.tenant; }
  Seam.Remoting.type.de$hybris$platform$variants$jalo$VariantAttributeDescriptor.prototype.getExtensionName = function() { return this.extensionName; }
  Seam.Remoting.type.de$hybris$platform$variants$jalo$VariantAttributeDescriptor.prototype.getDescription = function() { return this.description; }
  Seam.Remoting.type.de$hybris$platform$variants$jalo$VariantAttributeDescriptor.prototype.isInitial = function() { return this.initial; }
  Seam.Remoting.type.de$hybris$platform$variants$jalo$VariantAttributeDescriptor.prototype.getName = function() { return this.name; }
  Seam.Remoting.type.de$hybris$platform$variants$jalo$VariantAttributeDescriptor.prototype.isOptional = function() { return this.optional; }
  Seam.Remoting.type.de$hybris$platform$variants$jalo$VariantAttributeDescriptor.prototype.getDatabaseColumn = function() { return this.databaseColumn; }
  Seam.Remoting.type.de$hybris$platform$variants$jalo$VariantAttributeDescriptor.prototype.isPartOf = function() { return this.partOf; }
  Seam.Remoting.type.de$hybris$platform$variants$jalo$VariantAttributeDescriptor.prototype.getDefaultValue = function() { return this.defaultValue; }
  Seam.Remoting.type.de$hybris$platform$variants$jalo$VariantAttributeDescriptor.prototype.getModifiers = function() { return this.modifiers; }
  Seam.Remoting.type.de$hybris$platform$variants$jalo$VariantAttributeDescriptor.prototype.isReadable = function() { return this.readable; }
  Seam.Remoting.type.de$hybris$platform$variants$jalo$VariantAttributeDescriptor.prototype.getAllAttributes = function() { return this.allAttributes; }
  Seam.Remoting.type.de$hybris$platform$variants$jalo$VariantAttributeDescriptor.prototype.getSelectionOf = function() { return this.selectionOf; }
  Seam.Remoting.type.de$hybris$platform$variants$jalo$VariantAttributeDescriptor.prototype.isProperty = function() { return this.property; }
  Seam.Remoting.type.de$hybris$platform$variants$jalo$VariantAttributeDescriptor.prototype.getModificationTime = function() { return this.modificationTime; }
  Seam.Remoting.type.de$hybris$platform$variants$jalo$VariantAttributeDescriptor.prototype.isLocalized = function() { return this.localized; }
  Seam.Remoting.type.de$hybris$platform$variants$jalo$VariantAttributeDescriptor.prototype.isEncrypted = function() { return this.encrypted; }
  Seam.Remoting.type.de$hybris$platform$variants$jalo$VariantAttributeDescriptor.prototype.getImplementation = function() { return this.implementation; }
  Seam.Remoting.type.de$hybris$platform$variants$jalo$VariantAttributeDescriptor.prototype.isAutocreate = function() { return this.autocreate; }
  Seam.Remoting.type.de$hybris$platform$variants$jalo$VariantAttributeDescriptor.prototype.getOwner = function() { return this.owner; }
  Seam.Remoting.type.de$hybris$platform$variants$jalo$VariantAttributeDescriptor.prototype.getAllDescriptions = function() { return this.allDescriptions; }
  Seam.Remoting.type.de$hybris$platform$variants$jalo$VariantAttributeDescriptor.prototype.isSearchable = function() { return this.searchable; }
  Seam.Remoting.type.de$hybris$platform$variants$jalo$VariantAttributeDescriptor.prototype.setComposedType = function(composedType) { this.composedType = composedType; }
  Seam.Remoting.type.de$hybris$platform$variants$jalo$VariantAttributeDescriptor.prototype.setPosition = function(position) { this.position = position; }
  Seam.Remoting.type.de$hybris$platform$variants$jalo$VariantAttributeDescriptor.prototype.setDontOptimize = function(dontOptimize) { this.dontOptimize = dontOptimize; }
  Seam.Remoting.type.de$hybris$platform$variants$jalo$VariantAttributeDescriptor.prototype.setUnique = function(unique) { this.unique = unique; }
  Seam.Remoting.type.de$hybris$platform$variants$jalo$VariantAttributeDescriptor.prototype.setGenerate = function(generate) { this.generate = generate; }
  Seam.Remoting.type.de$hybris$platform$variants$jalo$VariantAttributeDescriptor.prototype.setWritable = function(writable) { this.writable = writable; }
  Seam.Remoting.type.de$hybris$platform$variants$jalo$VariantAttributeDescriptor.prototype.setRemovable = function(removable) { this.removable = removable; }
  Seam.Remoting.type.de$hybris$platform$variants$jalo$VariantAttributeDescriptor.prototype.setPrivate = function(private) { this.private = private; }
  Seam.Remoting.type.de$hybris$platform$variants$jalo$VariantAttributeDescriptor.prototype.setAllNames = function(allNames) { this.allNames = allNames; }
  Seam.Remoting.type.de$hybris$platform$variants$jalo$VariantAttributeDescriptor.prototype.setTenant = function(tenant) { this.tenant = tenant; }
  Seam.Remoting.type.de$hybris$platform$variants$jalo$VariantAttributeDescriptor.prototype.setExtensionName = function(extensionName) { this.extensionName = extensionName; }
  Seam.Remoting.type.de$hybris$platform$variants$jalo$VariantAttributeDescriptor.prototype.setDescription = function(description) { this.description = description; }
  Seam.Remoting.type.de$hybris$platform$variants$jalo$VariantAttributeDescriptor.prototype.setInitial = function(initial) { this.initial = initial; }
  Seam.Remoting.type.de$hybris$platform$variants$jalo$VariantAttributeDescriptor.prototype.setName = function(name) { this.name = name; }
  Seam.Remoting.type.de$hybris$platform$variants$jalo$VariantAttributeDescriptor.prototype.setOptional = function(optional) { this.optional = optional; }
  Seam.Remoting.type.de$hybris$platform$variants$jalo$VariantAttributeDescriptor.prototype.setDatabaseColumn = function(databaseColumn) { this.databaseColumn = databaseColumn; }
  Seam.Remoting.type.de$hybris$platform$variants$jalo$VariantAttributeDescriptor.prototype.setPartOf = function(partOf) { this.partOf = partOf; }
  Seam.Remoting.type.de$hybris$platform$variants$jalo$VariantAttributeDescriptor.prototype.setDefaultValue = function(defaultValue) { this.defaultValue = defaultValue; }
  Seam.Remoting.type.de$hybris$platform$variants$jalo$VariantAttributeDescriptor.prototype.setModifiers = function(modifiers) { this.modifiers = modifiers; }
  Seam.Remoting.type.de$hybris$platform$variants$jalo$VariantAttributeDescriptor.prototype.setReadable = function(readable) { this.readable = readable; }
  Seam.Remoting.type.de$hybris$platform$variants$jalo$VariantAttributeDescriptor.prototype.setAllAttributes = function(allAttributes) { this.allAttributes = allAttributes; }
  Seam.Remoting.type.de$hybris$platform$variants$jalo$VariantAttributeDescriptor.prototype.setSelectionOf = function(selectionOf) { this.selectionOf = selectionOf; }
  Seam.Remoting.type.de$hybris$platform$variants$jalo$VariantAttributeDescriptor.prototype.setProperty = function(property) { this.property = property; }
  Seam.Remoting.type.de$hybris$platform$variants$jalo$VariantAttributeDescriptor.prototype.setModificationTime = function(modificationTime) { this.modificationTime = modificationTime; }
  Seam.Remoting.type.de$hybris$platform$variants$jalo$VariantAttributeDescriptor.prototype.setLocalized = function(localized) { this.localized = localized; }
  Seam.Remoting.type.de$hybris$platform$variants$jalo$VariantAttributeDescriptor.prototype.setEncrypted = function(encrypted) { this.encrypted = encrypted; }
  Seam.Remoting.type.de$hybris$platform$variants$jalo$VariantAttributeDescriptor.prototype.setImplementation = function(implementation) { this.implementation = implementation; }
  Seam.Remoting.type.de$hybris$platform$variants$jalo$VariantAttributeDescriptor.prototype.setAutocreate = function(autocreate) { this.autocreate = autocreate; }
  Seam.Remoting.type.de$hybris$platform$variants$jalo$VariantAttributeDescriptor.prototype.setOwner = function(owner) { this.owner = owner; }
  Seam.Remoting.type.de$hybris$platform$variants$jalo$VariantAttributeDescriptor.prototype.setAllDescriptions = function(allDescriptions) { this.allDescriptions = allDescriptions; }
  Seam.Remoting.type.de$hybris$platform$variants$jalo$VariantAttributeDescriptor.prototype.setSearchable = function(searchable) { this.searchable = searchable; }
}

Seam.Remoting.type.de$hybris$platform$variants$jalo$VariantAttributeDescriptor.__name = "de.hybris.platform.variants.jalo.VariantAttributeDescriptor";
Seam.Remoting.type.de$hybris$platform$variants$jalo$VariantAttributeDescriptor.__metadata = [
  {field: "dontOptimize", type: "bool"},
  {field: "position", type: "number"},
  {field: "composedType", type: "bean"},
  {field: "unique", type: "bool"},
  {field: "generate", type: "bool"},
  {field: "removable", type: "bool"},
  {field: "writable", type: "bool"},
  {field: "private", type: "bool"},
  {field: "allNames", type: "map"},
  {field: "extensionName", type: "str"},
  {field: "tenant", type: "bean"},
  {field: "initial", type: "bool"},
  {field: "description", type: "str"},
  {field: "name", type: "str"},
  {field: "optional", type: "bool"},
  {field: "databaseColumn", type: "str"},
  {field: "partOf", type: "bool"},
  {field: "defaultValue", type: "map"},
  {field: "modifiers", type: "number"},
  {field: "readable", type: "bool"},
  {field: "allAttributes", type: "map"},
  {field: "selectionOf", type: "bean"},
  {field: "property", type: "bool"},
  {field: "modificationTime", type: "date"},
  {field: "localized", type: "bool"},
  {field: "encrypted", type: "bool"},
  {field: "autocreate", type: "bool"},
  {field: "implementation", type: "bean"},
  {field: "owner", type: "bean"},
  {field: "allDescriptions", type: "map"},
  {field: "searchable", type: "bool"}];

Seam.Remoting.registerType(Seam.Remoting.type.de$hybris$platform$variants$jalo$VariantAttributeDescriptor);

Seam.Remoting.type.de$hybris$platform$catalog$jalo$classification$ClassificationSystemVersion = function() {
  this.composedType = undefined;
  this.categorySystemID = undefined;
  this.inclFreight = undefined;
  this.defaultCurrency = undefined;
  this.generationDate = undefined;
  this.version = undefined;
  this.languages = undefined;
  this.generatorInfo = undefined;
  this.tenant = undefined;
  this.territories = undefined;
  this.agreements = undefined;
  this.allCategorySystemDescription = undefined;
  this.rootCategories = undefined;
  this.writePrincipals = undefined;
  this.synchronizations = undefined;
  this.previousUpdateVersion = undefined;
  this.categorySystemName = undefined;
  this.allAttributes = undefined;
  this.mimeRootDirectory = undefined;
  this.modificationTime = undefined;
  this.readPrincipals = undefined;
  this.inclPacking = undefined;
  this.inclAssurance = undefined;
  this.implementation = undefined;
  this.inclDuty = undefined;
  this.owner = undefined;
  this.active = undefined;
  this.categorySystemDescription = undefined;
  this.allCategorySystemName = undefined;
  Seam.Remoting.type.de$hybris$platform$catalog$jalo$classification$ClassificationSystemVersion.prototype.getComposedType = function() { return this.composedType; }
  Seam.Remoting.type.de$hybris$platform$catalog$jalo$classification$ClassificationSystemVersion.prototype.getCategorySystemID = function() { return this.categorySystemID; }
  Seam.Remoting.type.de$hybris$platform$catalog$jalo$classification$ClassificationSystemVersion.prototype.isInclFreight = function() { return this.inclFreight; }
  Seam.Remoting.type.de$hybris$platform$catalog$jalo$classification$ClassificationSystemVersion.prototype.getDefaultCurrency = function() { return this.defaultCurrency; }
  Seam.Remoting.type.de$hybris$platform$catalog$jalo$classification$ClassificationSystemVersion.prototype.getGenerationDate = function() { return this.generationDate; }
  Seam.Remoting.type.de$hybris$platform$catalog$jalo$classification$ClassificationSystemVersion.prototype.getVersion = function() { return this.version; }
  Seam.Remoting.type.de$hybris$platform$catalog$jalo$classification$ClassificationSystemVersion.prototype.getLanguages = function() { return this.languages; }
  Seam.Remoting.type.de$hybris$platform$catalog$jalo$classification$ClassificationSystemVersion.prototype.getGeneratorInfo = function() { return this.generatorInfo; }
  Seam.Remoting.type.de$hybris$platform$catalog$jalo$classification$ClassificationSystemVersion.prototype.getTenant = function() { return this.tenant; }
  Seam.Remoting.type.de$hybris$platform$catalog$jalo$classification$ClassificationSystemVersion.prototype.getTerritories = function() { return this.territories; }
  Seam.Remoting.type.de$hybris$platform$catalog$jalo$classification$ClassificationSystemVersion.prototype.getAgreements = function() { return this.agreements; }
  Seam.Remoting.type.de$hybris$platform$catalog$jalo$classification$ClassificationSystemVersion.prototype.getAllCategorySystemDescription = function() { return this.allCategorySystemDescription; }
  Seam.Remoting.type.de$hybris$platform$catalog$jalo$classification$ClassificationSystemVersion.prototype.getRootCategories = function() { return this.rootCategories; }
  Seam.Remoting.type.de$hybris$platform$catalog$jalo$classification$ClassificationSystemVersion.prototype.getWritePrincipals = function() { return this.writePrincipals; }
  Seam.Remoting.type.de$hybris$platform$catalog$jalo$classification$ClassificationSystemVersion.prototype.getSynchronizations = function() { return this.synchronizations; }
  Seam.Remoting.type.de$hybris$platform$catalog$jalo$classification$ClassificationSystemVersion.prototype.getPreviousUpdateVersion = function() { return this.previousUpdateVersion; }
  Seam.Remoting.type.de$hybris$platform$catalog$jalo$classification$ClassificationSystemVersion.prototype.getCategorySystemName = function() { return this.categorySystemName; }
  Seam.Remoting.type.de$hybris$platform$catalog$jalo$classification$ClassificationSystemVersion.prototype.getAllAttributes = function() { return this.allAttributes; }
  Seam.Remoting.type.de$hybris$platform$catalog$jalo$classification$ClassificationSystemVersion.prototype.getMimeRootDirectory = function() { return this.mimeRootDirectory; }
  Seam.Remoting.type.de$hybris$platform$catalog$jalo$classification$ClassificationSystemVersion.prototype.getModificationTime = function() { return this.modificationTime; }
  Seam.Remoting.type.de$hybris$platform$catalog$jalo$classification$ClassificationSystemVersion.prototype.getReadPrincipals = function() { return this.readPrincipals; }
  Seam.Remoting.type.de$hybris$platform$catalog$jalo$classification$ClassificationSystemVersion.prototype.isInclPacking = function() { return this.inclPacking; }
  Seam.Remoting.type.de$hybris$platform$catalog$jalo$classification$ClassificationSystemVersion.prototype.isInclAssurance = function() { return this.inclAssurance; }
  Seam.Remoting.type.de$hybris$platform$catalog$jalo$classification$ClassificationSystemVersion.prototype.getImplementation = function() { return this.implementation; }
  Seam.Remoting.type.de$hybris$platform$catalog$jalo$classification$ClassificationSystemVersion.prototype.isInclDuty = function() { return this.inclDuty; }
  Seam.Remoting.type.de$hybris$platform$catalog$jalo$classification$ClassificationSystemVersion.prototype.getOwner = function() { return this.owner; }
  Seam.Remoting.type.de$hybris$platform$catalog$jalo$classification$ClassificationSystemVersion.prototype.isActive = function() { return this.active; }
  Seam.Remoting.type.de$hybris$platform$catalog$jalo$classification$ClassificationSystemVersion.prototype.getCategorySystemDescription = function() { return this.categorySystemDescription; }
  Seam.Remoting.type.de$hybris$platform$catalog$jalo$classification$ClassificationSystemVersion.prototype.getAllCategorySystemName = function() { return this.allCategorySystemName; }
  Seam.Remoting.type.de$hybris$platform$catalog$jalo$classification$ClassificationSystemVersion.prototype.setComposedType = function(composedType) { this.composedType = composedType; }
  Seam.Remoting.type.de$hybris$platform$catalog$jalo$classification$ClassificationSystemVersion.prototype.setCategorySystemID = function(categorySystemID) { this.categorySystemID = categorySystemID; }
  Seam.Remoting.type.de$hybris$platform$catalog$jalo$classification$ClassificationSystemVersion.prototype.setInclFreight = function(inclFreight) { this.inclFreight = inclFreight; }
  Seam.Remoting.type.de$hybris$platform$catalog$jalo$classification$ClassificationSystemVersion.prototype.setDefaultCurrency = function(defaultCurrency) { this.defaultCurrency = defaultCurrency; }
  Seam.Remoting.type.de$hybris$platform$catalog$jalo$classification$ClassificationSystemVersion.prototype.setGenerationDate = function(generationDate) { this.generationDate = generationDate; }
  Seam.Remoting.type.de$hybris$platform$catalog$jalo$classification$ClassificationSystemVersion.prototype.setVersion = function(version) { this.version = version; }
  Seam.Remoting.type.de$hybris$platform$catalog$jalo$classification$ClassificationSystemVersion.prototype.setLanguages = function(languages) { this.languages = languages; }
  Seam.Remoting.type.de$hybris$platform$catalog$jalo$classification$ClassificationSystemVersion.prototype.setGeneratorInfo = function(generatorInfo) { this.generatorInfo = generatorInfo; }
  Seam.Remoting.type.de$hybris$platform$catalog$jalo$classification$ClassificationSystemVersion.prototype.setTenant = function(tenant) { this.tenant = tenant; }
  Seam.Remoting.type.de$hybris$platform$catalog$jalo$classification$ClassificationSystemVersion.prototype.setTerritories = function(territories) { this.territories = territories; }
  Seam.Remoting.type.de$hybris$platform$catalog$jalo$classification$ClassificationSystemVersion.prototype.setAgreements = function(agreements) { this.agreements = agreements; }
  Seam.Remoting.type.de$hybris$platform$catalog$jalo$classification$ClassificationSystemVersion.prototype.setAllCategorySystemDescription = function(allCategorySystemDescription) { this.allCategorySystemDescription = allCategorySystemDescription; }
  Seam.Remoting.type.de$hybris$platform$catalog$jalo$classification$ClassificationSystemVersion.prototype.setRootCategories = function(rootCategories) { this.rootCategories = rootCategories; }
  Seam.Remoting.type.de$hybris$platform$catalog$jalo$classification$ClassificationSystemVersion.prototype.setWritePrincipals = function(writePrincipals) { this.writePrincipals = writePrincipals; }
  Seam.Remoting.type.de$hybris$platform$catalog$jalo$classification$ClassificationSystemVersion.prototype.setSynchronizations = function(synchronizations) { this.synchronizations = synchronizations; }
  Seam.Remoting.type.de$hybris$platform$catalog$jalo$classification$ClassificationSystemVersion.prototype.setPreviousUpdateVersion = function(previousUpdateVersion) { this.previousUpdateVersion = previousUpdateVersion; }
  Seam.Remoting.type.de$hybris$platform$catalog$jalo$classification$ClassificationSystemVersion.prototype.setCategorySystemName = function(categorySystemName) { this.categorySystemName = categorySystemName; }
  Seam.Remoting.type.de$hybris$platform$catalog$jalo$classification$ClassificationSystemVersion.prototype.setAllAttributes = function(allAttributes) { this.allAttributes = allAttributes; }
  Seam.Remoting.type.de$hybris$platform$catalog$jalo$classification$ClassificationSystemVersion.prototype.setMimeRootDirectory = function(mimeRootDirectory) { this.mimeRootDirectory = mimeRootDirectory; }
  Seam.Remoting.type.de$hybris$platform$catalog$jalo$classification$ClassificationSystemVersion.prototype.setModificationTime = function(modificationTime) { this.modificationTime = modificationTime; }
  Seam.Remoting.type.de$hybris$platform$catalog$jalo$classification$ClassificationSystemVersion.prototype.setReadPrincipals = function(readPrincipals) { this.readPrincipals = readPrincipals; }
  Seam.Remoting.type.de$hybris$platform$catalog$jalo$classification$ClassificationSystemVersion.prototype.setInclPacking = function(inclPacking) { this.inclPacking = inclPacking; }
  Seam.Remoting.type.de$hybris$platform$catalog$jalo$classification$ClassificationSystemVersion.prototype.setInclAssurance = function(inclAssurance) { this.inclAssurance = inclAssurance; }
  Seam.Remoting.type.de$hybris$platform$catalog$jalo$classification$ClassificationSystemVersion.prototype.setImplementation = function(implementation) { this.implementation = implementation; }
  Seam.Remoting.type.de$hybris$platform$catalog$jalo$classification$ClassificationSystemVersion.prototype.setInclDuty = function(inclDuty) { this.inclDuty = inclDuty; }
  Seam.Remoting.type.de$hybris$platform$catalog$jalo$classification$ClassificationSystemVersion.prototype.setOwner = function(owner) { this.owner = owner; }
  Seam.Remoting.type.de$hybris$platform$catalog$jalo$classification$ClassificationSystemVersion.prototype.setActive = function(active) { this.active = active; }
  Seam.Remoting.type.de$hybris$platform$catalog$jalo$classification$ClassificationSystemVersion.prototype.setCategorySystemDescription = function(categorySystemDescription) { this.categorySystemDescription = categorySystemDescription; }
  Seam.Remoting.type.de$hybris$platform$catalog$jalo$classification$ClassificationSystemVersion.prototype.setAllCategorySystemName = function(allCategorySystemName) { this.allCategorySystemName = allCategorySystemName; }
}

Seam.Remoting.type.de$hybris$platform$catalog$jalo$classification$ClassificationSystemVersion.__name = "de.hybris.platform.catalog.jalo.classification.ClassificationSystemVersion";
Seam.Remoting.type.de$hybris$platform$catalog$jalo$classification$ClassificationSystemVersion.__metadata = [
  {field: "inclFreight", type: "bool"},
  {field: "categorySystemID", type: "str"},
  {field: "composedType", type: "bean"},
  {field: "defaultCurrency", type: "bean"},
  {field: "generationDate", type: "date"},
  {field: "version", type: "str"},
  {field: "generatorInfo", type: "str"},
  {field: "languages", type: "bag"},
  {field: "tenant", type: "bean"},
  {field: "territories", type: "bag"},
  {field: "agreements", type: "bag"},
  {field: "rootCategories", type: "bag"},
  {field: "allCategorySystemDescription", type: "map"},
  {field: "writePrincipals", type: "bag"},
  {field: "synchronizations", type: "bag"},
  {field: "previousUpdateVersion", type: "number"},
  {field: "categorySystemName", type: "str"},
  {field: "allAttributes", type: "map"},
  {field: "mimeRootDirectory", type: "str"},
  {field: "modificationTime", type: "date"},
  {field: "readPrincipals", type: "bag"},
  {field: "inclPacking", type: "bool"},
  {field: "inclAssurance", type: "bool"},
  {field: "implementation", type: "bean"},
  {field: "owner", type: "bean"},
  {field: "inclDuty", type: "bool"},
  {field: "active", type: "bool"},
  {field: "categorySystemDescription", type: "str"},
  {field: "allCategorySystemName", type: "map"}];

Seam.Remoting.registerType(Seam.Remoting.type.de$hybris$platform$catalog$jalo$classification$ClassificationSystemVersion);

Seam.Remoting.type.de$hybris$platform$catalog$jalo$classification$ClassificationAttribute = function() {
  this.composedType = undefined;
  this.allName = undefined;
  this.allAttributes = undefined;
  this.tenant = undefined;
  this.systemVersion = undefined;
  this.implementation = undefined;
  this.name = undefined;
  this.owner = undefined;
  this.modificationTime = undefined;
  this.externalID = undefined;
  this.defaultAttributeValues = undefined;
  Seam.Remoting.type.de$hybris$platform$catalog$jalo$classification$ClassificationAttribute.prototype.getComposedType = function() { return this.composedType; }
  Seam.Remoting.type.de$hybris$platform$catalog$jalo$classification$ClassificationAttribute.prototype.getAllName = function() { return this.allName; }
  Seam.Remoting.type.de$hybris$platform$catalog$jalo$classification$ClassificationAttribute.prototype.getAllAttributes = function() { return this.allAttributes; }
  Seam.Remoting.type.de$hybris$platform$catalog$jalo$classification$ClassificationAttribute.prototype.getTenant = function() { return this.tenant; }
  Seam.Remoting.type.de$hybris$platform$catalog$jalo$classification$ClassificationAttribute.prototype.getSystemVersion = function() { return this.systemVersion; }
  Seam.Remoting.type.de$hybris$platform$catalog$jalo$classification$ClassificationAttribute.prototype.getImplementation = function() { return this.implementation; }
  Seam.Remoting.type.de$hybris$platform$catalog$jalo$classification$ClassificationAttribute.prototype.getName = function() { return this.name; }
  Seam.Remoting.type.de$hybris$platform$catalog$jalo$classification$ClassificationAttribute.prototype.getOwner = function() { return this.owner; }
  Seam.Remoting.type.de$hybris$platform$catalog$jalo$classification$ClassificationAttribute.prototype.getModificationTime = function() { return this.modificationTime; }
  Seam.Remoting.type.de$hybris$platform$catalog$jalo$classification$ClassificationAttribute.prototype.getExternalID = function() { return this.externalID; }
  Seam.Remoting.type.de$hybris$platform$catalog$jalo$classification$ClassificationAttribute.prototype.getDefaultAttributeValues = function() { return this.defaultAttributeValues; }
  Seam.Remoting.type.de$hybris$platform$catalog$jalo$classification$ClassificationAttribute.prototype.setComposedType = function(composedType) { this.composedType = composedType; }
  Seam.Remoting.type.de$hybris$platform$catalog$jalo$classification$ClassificationAttribute.prototype.setAllName = function(allName) { this.allName = allName; }
  Seam.Remoting.type.de$hybris$platform$catalog$jalo$classification$ClassificationAttribute.prototype.setAllAttributes = function(allAttributes) { this.allAttributes = allAttributes; }
  Seam.Remoting.type.de$hybris$platform$catalog$jalo$classification$ClassificationAttribute.prototype.setTenant = function(tenant) { this.tenant = tenant; }
  Seam.Remoting.type.de$hybris$platform$catalog$jalo$classification$ClassificationAttribute.prototype.setSystemVersion = function(systemVersion) { this.systemVersion = systemVersion; }
  Seam.Remoting.type.de$hybris$platform$catalog$jalo$classification$ClassificationAttribute.prototype.setImplementation = function(implementation) { this.implementation = implementation; }
  Seam.Remoting.type.de$hybris$platform$catalog$jalo$classification$ClassificationAttribute.prototype.setName = function(name) { this.name = name; }
  Seam.Remoting.type.de$hybris$platform$catalog$jalo$classification$ClassificationAttribute.prototype.setOwner = function(owner) { this.owner = owner; }
  Seam.Remoting.type.de$hybris$platform$catalog$jalo$classification$ClassificationAttribute.prototype.setModificationTime = function(modificationTime) { this.modificationTime = modificationTime; }
  Seam.Remoting.type.de$hybris$platform$catalog$jalo$classification$ClassificationAttribute.prototype.setExternalID = function(externalID) { this.externalID = externalID; }
  Seam.Remoting.type.de$hybris$platform$catalog$jalo$classification$ClassificationAttribute.prototype.setDefaultAttributeValues = function(defaultAttributeValues) { this.defaultAttributeValues = defaultAttributeValues; }
}

Seam.Remoting.type.de$hybris$platform$catalog$jalo$classification$ClassificationAttribute.__name = "de.hybris.platform.catalog.jalo.classification.ClassificationAttribute";
Seam.Remoting.type.de$hybris$platform$catalog$jalo$classification$ClassificationAttribute.__metadata = [
  {field: "composedType", type: "bean"},
  {field: "allName", type: "map"},
  {field: "tenant", type: "bean"},
  {field: "allAttributes", type: "map"},
  {field: "systemVersion", type: "bean"},
  {field: "implementation", type: "bean"},
  {field: "name", type: "str"},
  {field: "owner", type: "bean"},
  {field: "externalID", type: "str"},
  {field: "modificationTime", type: "date"},
  {field: "defaultAttributeValues", type: "bag"}];

Seam.Remoting.registerType(Seam.Remoting.type.de$hybris$platform$catalog$jalo$classification$ClassificationAttribute);

Seam.Remoting.type.com$unic$msg$main$jalo$product$ProductFinderConfiguration = function() {
  this.composedType = undefined;
  this.allAttributes = undefined;
  this.tenant = undefined;
  this.variantAttribute = undefined;
  this.implementation = undefined;
  this.owner = undefined;
  this.attribute = undefined;
  this.label = undefined;
  this.modificationTime = undefined;
  this.type = undefined;
  this.allLabel = undefined;
  this.navigationElement = undefined;
  Seam.Remoting.type.com$unic$msg$main$jalo$product$ProductFinderConfiguration.prototype.getComposedType = function() { return this.composedType; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$ProductFinderConfiguration.prototype.getAllAttributes = function() { return this.allAttributes; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$ProductFinderConfiguration.prototype.getTenant = function() { return this.tenant; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$ProductFinderConfiguration.prototype.getVariantAttribute = function() { return this.variantAttribute; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$ProductFinderConfiguration.prototype.getImplementation = function() { return this.implementation; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$ProductFinderConfiguration.prototype.getOwner = function() { return this.owner; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$ProductFinderConfiguration.prototype.getAttribute = function() { return this.attribute; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$ProductFinderConfiguration.prototype.getLabel = function() { return this.label; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$ProductFinderConfiguration.prototype.getModificationTime = function() { return this.modificationTime; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$ProductFinderConfiguration.prototype.getType = function() { return this.type; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$ProductFinderConfiguration.prototype.getAllLabel = function() { return this.allLabel; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$ProductFinderConfiguration.prototype.getNavigationElement = function() { return this.navigationElement; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$ProductFinderConfiguration.prototype.setComposedType = function(composedType) { this.composedType = composedType; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$ProductFinderConfiguration.prototype.setAllAttributes = function(allAttributes) { this.allAttributes = allAttributes; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$ProductFinderConfiguration.prototype.setTenant = function(tenant) { this.tenant = tenant; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$ProductFinderConfiguration.prototype.setVariantAttribute = function(variantAttribute) { this.variantAttribute = variantAttribute; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$ProductFinderConfiguration.prototype.setImplementation = function(implementation) { this.implementation = implementation; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$ProductFinderConfiguration.prototype.setOwner = function(owner) { this.owner = owner; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$ProductFinderConfiguration.prototype.setAttribute = function(attribute) { this.attribute = attribute; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$ProductFinderConfiguration.prototype.setLabel = function(label) { this.label = label; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$ProductFinderConfiguration.prototype.setModificationTime = function(modificationTime) { this.modificationTime = modificationTime; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$ProductFinderConfiguration.prototype.setType = function(type) { this.type = type; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$ProductFinderConfiguration.prototype.setAllLabel = function(allLabel) { this.allLabel = allLabel; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$ProductFinderConfiguration.prototype.setNavigationElement = function(navigationElement) { this.navigationElement = navigationElement; }
}

Seam.Remoting.type.com$unic$msg$main$jalo$product$ProductFinderConfiguration.__name = "com.unic.msg.main.jalo.product.ProductFinderConfiguration";
Seam.Remoting.type.com$unic$msg$main$jalo$product$ProductFinderConfiguration.__metadata = [
  {field: "composedType", type: "bean"},
  {field: "tenant", type: "bean"},
  {field: "allAttributes", type: "map"},
  {field: "variantAttribute", type: "bean"},
  {field: "implementation", type: "bean"},
  {field: "owner", type: "bean"},
  {field: "attribute", type: "bean"},
  {field: "label", type: "str"},
  {field: "modificationTime", type: "date"},
  {field: "type", type: "bean"},
  {field: "allLabel", type: "map"},
  {field: "navigationElement", type: "bean"}];

Seam.Remoting.registerType(Seam.Remoting.type.com$unic$msg$main$jalo$product$ProductFinderConfiguration);

Seam.Remoting.type.com$unic$msg$main$jalo$cms$CatalogNavigationElement = function() {
  this.composedType = undefined;
  this.visible = undefined;
  this.children = undefined;
  this.sequenceNumber = undefined;
  this.restrictedPrincipalGroups = undefined;
  this.tenant = undefined;
  this.name = undefined;
  this.template = undefined;
  this.allName = undefined;
  this.allAttributes = undefined;
  this.status = undefined;
  this.parent = undefined;
  this.detailTab4 = undefined;
  this.code = undefined;
  this.modificationTime = undefined;
  this.contextContents = undefined;
  this.content = undefined;
  this.category = undefined;
  this.detailTab3 = undefined;
  this.implementation = undefined;
  this.productGenders = undefined;
  this.owner = undefined;
  this.categories = undefined;
  this.productFinderConfigurations = undefined;
  this.contentURL = undefined;
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$CatalogNavigationElement.prototype.getComposedType = function() { return this.composedType; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$CatalogNavigationElement.prototype.isVisible = function() { return this.visible; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$CatalogNavigationElement.prototype.getChildren = function() { return this.children; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$CatalogNavigationElement.prototype.getSequenceNumber = function() { return this.sequenceNumber; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$CatalogNavigationElement.prototype.getRestrictedPrincipalGroups = function() { return this.restrictedPrincipalGroups; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$CatalogNavigationElement.prototype.getTenant = function() { return this.tenant; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$CatalogNavigationElement.prototype.getName = function() { return this.name; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$CatalogNavigationElement.prototype.getTemplate = function() { return this.template; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$CatalogNavigationElement.prototype.getAllName = function() { return this.allName; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$CatalogNavigationElement.prototype.getAllAttributes = function() { return this.allAttributes; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$CatalogNavigationElement.prototype.getStatus = function() { return this.status; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$CatalogNavigationElement.prototype.getParent = function() { return this.parent; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$CatalogNavigationElement.prototype.getDetailTab4 = function() { return this.detailTab4; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$CatalogNavigationElement.prototype.getCode = function() { return this.code; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$CatalogNavigationElement.prototype.getModificationTime = function() { return this.modificationTime; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$CatalogNavigationElement.prototype.getContextContents = function() { return this.contextContents; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$CatalogNavigationElement.prototype.getContent = function() { return this.content; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$CatalogNavigationElement.prototype.getCategory = function() { return this.category; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$CatalogNavigationElement.prototype.getDetailTab3 = function() { return this.detailTab3; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$CatalogNavigationElement.prototype.getImplementation = function() { return this.implementation; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$CatalogNavigationElement.prototype.getProductGenders = function() { return this.productGenders; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$CatalogNavigationElement.prototype.getOwner = function() { return this.owner; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$CatalogNavigationElement.prototype.getCategories = function() { return this.categories; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$CatalogNavigationElement.prototype.getProductFinderConfigurations = function() { return this.productFinderConfigurations; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$CatalogNavigationElement.prototype.getContentURL = function() { return this.contentURL; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$CatalogNavigationElement.prototype.setComposedType = function(composedType) { this.composedType = composedType; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$CatalogNavigationElement.prototype.setVisible = function(visible) { this.visible = visible; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$CatalogNavigationElement.prototype.setChildren = function(children) { this.children = children; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$CatalogNavigationElement.prototype.setSequenceNumber = function(sequenceNumber) { this.sequenceNumber = sequenceNumber; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$CatalogNavigationElement.prototype.setRestrictedPrincipalGroups = function(restrictedPrincipalGroups) { this.restrictedPrincipalGroups = restrictedPrincipalGroups; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$CatalogNavigationElement.prototype.setTenant = function(tenant) { this.tenant = tenant; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$CatalogNavigationElement.prototype.setName = function(name) { this.name = name; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$CatalogNavigationElement.prototype.setTemplate = function(template) { this.template = template; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$CatalogNavigationElement.prototype.setAllName = function(allName) { this.allName = allName; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$CatalogNavigationElement.prototype.setAllAttributes = function(allAttributes) { this.allAttributes = allAttributes; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$CatalogNavigationElement.prototype.setStatus = function(status) { this.status = status; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$CatalogNavigationElement.prototype.setParent = function(parent) { this.parent = parent; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$CatalogNavigationElement.prototype.setDetailTab4 = function(detailTab4) { this.detailTab4 = detailTab4; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$CatalogNavigationElement.prototype.setCode = function(code) { this.code = code; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$CatalogNavigationElement.prototype.setModificationTime = function(modificationTime) { this.modificationTime = modificationTime; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$CatalogNavigationElement.prototype.setContextContents = function(contextContents) { this.contextContents = contextContents; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$CatalogNavigationElement.prototype.setContent = function(content) { this.content = content; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$CatalogNavigationElement.prototype.setCategory = function(category) { this.category = category; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$CatalogNavigationElement.prototype.setDetailTab3 = function(detailTab3) { this.detailTab3 = detailTab3; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$CatalogNavigationElement.prototype.setImplementation = function(implementation) { this.implementation = implementation; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$CatalogNavigationElement.prototype.setProductGenders = function(productGenders) { this.productGenders = productGenders; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$CatalogNavigationElement.prototype.setOwner = function(owner) { this.owner = owner; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$CatalogNavigationElement.prototype.setCategories = function(categories) { this.categories = categories; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$CatalogNavigationElement.prototype.setProductFinderConfigurations = function(productFinderConfigurations) { this.productFinderConfigurations = productFinderConfigurations; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$CatalogNavigationElement.prototype.setContentURL = function(contentURL) { this.contentURL = contentURL; }
}

Seam.Remoting.type.com$unic$msg$main$jalo$cms$CatalogNavigationElement.__name = "com.unic.msg.main.jalo.cms.CatalogNavigationElement";
Seam.Remoting.type.com$unic$msg$main$jalo$cms$CatalogNavigationElement.__metadata = [
  {field: "composedType", type: "bean"},
  {field: "visible", type: "bool"},
  {field: "children", type: "bag"},
  {field: "sequenceNumber", type: "number"},
  {field: "restrictedPrincipalGroups", type: "bag"},
  {field: "tenant", type: "bean"},
  {field: "name", type: "str"},
  {field: "template", type: "bean"},
  {field: "allName", type: "map"},
  {field: "allAttributes", type: "map"},
  {field: "status", type: "bean"},
  {field: "parent", type: "bean"},
  {field: "detailTab4", type: "bean"},
  {field: "code", type: "str"},
  {field: "modificationTime", type: "date"},
  {field: "contextContents", type: "bag"},
  {field: "content", type: "bean"},
  {field: "category", type: "bean"},
  {field: "detailTab3", type: "bean"},
  {field: "implementation", type: "bean"},
  {field: "productGenders", type: "bag"},
  {field: "owner", type: "bean"},
  {field: "categories", type: "bag"},
  {field: "productFinderConfigurations", type: "bag"},
  {field: "contentURL", type: "str"}];

Seam.Remoting.registerType(Seam.Remoting.type.com$unic$msg$main$jalo$cms$CatalogNavigationElement);

Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductTabPage = function() {
  this.composedType = undefined;
  this.detail4Navigation = undefined;
  this.metaKeywords = undefined;
  this.detail4Product = undefined;
  this.allMetaTitle = undefined;
  this.metaTitle = undefined;
  this.restrictedPrincipalGroups = undefined;
  this.title = undefined;
  this.tenant = undefined;
  this.metaAuthor = undefined;
  this.metaPublicationDate = undefined;
  this.allMetaAuthor = undefined;
  this.template = undefined;
  this.allMetaDescription = undefined;
  this.keyVisual = undefined;
  this.allAttributes = undefined;
  this.detail3Navigation = undefined;
  this.status = undefined;
  this.allTitle = undefined;
  this.metaDescription = undefined;
  this.paragraphs = undefined;
  this.modificationTime = undefined;
  this.code = undefined;
  this.contextContents = undefined;
  this.detail3Product = undefined;
  this.defaultNavigationElement = undefined;
  this.allMetaPublicationDate = undefined;
  this.implementation = undefined;
  this.owner = undefined;
  this.urlGeneratorRule = undefined;
  this.allMetaKeywords = undefined;
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductTabPage.prototype.getComposedType = function() { return this.composedType; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductTabPage.prototype.getDetail4Navigation = function() { return this.detail4Navigation; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductTabPage.prototype.getMetaKeywords = function() { return this.metaKeywords; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductTabPage.prototype.getDetail4Product = function() { return this.detail4Product; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductTabPage.prototype.getAllMetaTitle = function() { return this.allMetaTitle; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductTabPage.prototype.getMetaTitle = function() { return this.metaTitle; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductTabPage.prototype.getRestrictedPrincipalGroups = function() { return this.restrictedPrincipalGroups; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductTabPage.prototype.getTitle = function() { return this.title; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductTabPage.prototype.getTenant = function() { return this.tenant; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductTabPage.prototype.getMetaAuthor = function() { return this.metaAuthor; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductTabPage.prototype.getMetaPublicationDate = function() { return this.metaPublicationDate; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductTabPage.prototype.getAllMetaAuthor = function() { return this.allMetaAuthor; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductTabPage.prototype.getTemplate = function() { return this.template; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductTabPage.prototype.getAllMetaDescription = function() { return this.allMetaDescription; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductTabPage.prototype.getKeyVisual = function() { return this.keyVisual; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductTabPage.prototype.getAllAttributes = function() { return this.allAttributes; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductTabPage.prototype.getDetail3Navigation = function() { return this.detail3Navigation; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductTabPage.prototype.getStatus = function() { return this.status; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductTabPage.prototype.getAllTitle = function() { return this.allTitle; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductTabPage.prototype.getMetaDescription = function() { return this.metaDescription; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductTabPage.prototype.getParagraphs = function() { return this.paragraphs; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductTabPage.prototype.getModificationTime = function() { return this.modificationTime; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductTabPage.prototype.getCode = function() { return this.code; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductTabPage.prototype.getContextContents = function() { return this.contextContents; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductTabPage.prototype.getDetail3Product = function() { return this.detail3Product; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductTabPage.prototype.getDefaultNavigationElement = function() { return this.defaultNavigationElement; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductTabPage.prototype.getAllMetaPublicationDate = function() { return this.allMetaPublicationDate; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductTabPage.prototype.getImplementation = function() { return this.implementation; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductTabPage.prototype.getOwner = function() { return this.owner; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductTabPage.prototype.getUrlGeneratorRule = function() { return this.urlGeneratorRule; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductTabPage.prototype.getAllMetaKeywords = function() { return this.allMetaKeywords; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductTabPage.prototype.setComposedType = function(composedType) { this.composedType = composedType; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductTabPage.prototype.setDetail4Navigation = function(detail4Navigation) { this.detail4Navigation = detail4Navigation; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductTabPage.prototype.setMetaKeywords = function(metaKeywords) { this.metaKeywords = metaKeywords; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductTabPage.prototype.setDetail4Product = function(detail4Product) { this.detail4Product = detail4Product; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductTabPage.prototype.setAllMetaTitle = function(allMetaTitle) { this.allMetaTitle = allMetaTitle; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductTabPage.prototype.setMetaTitle = function(metaTitle) { this.metaTitle = metaTitle; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductTabPage.prototype.setRestrictedPrincipalGroups = function(restrictedPrincipalGroups) { this.restrictedPrincipalGroups = restrictedPrincipalGroups; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductTabPage.prototype.setTitle = function(title) { this.title = title; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductTabPage.prototype.setTenant = function(tenant) { this.tenant = tenant; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductTabPage.prototype.setMetaAuthor = function(metaAuthor) { this.metaAuthor = metaAuthor; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductTabPage.prototype.setMetaPublicationDate = function(metaPublicationDate) { this.metaPublicationDate = metaPublicationDate; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductTabPage.prototype.setAllMetaAuthor = function(allMetaAuthor) { this.allMetaAuthor = allMetaAuthor; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductTabPage.prototype.setTemplate = function(template) { this.template = template; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductTabPage.prototype.setAllMetaDescription = function(allMetaDescription) { this.allMetaDescription = allMetaDescription; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductTabPage.prototype.setKeyVisual = function(keyVisual) { this.keyVisual = keyVisual; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductTabPage.prototype.setAllAttributes = function(allAttributes) { this.allAttributes = allAttributes; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductTabPage.prototype.setDetail3Navigation = function(detail3Navigation) { this.detail3Navigation = detail3Navigation; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductTabPage.prototype.setStatus = function(status) { this.status = status; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductTabPage.prototype.setAllTitle = function(allTitle) { this.allTitle = allTitle; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductTabPage.prototype.setMetaDescription = function(metaDescription) { this.metaDescription = metaDescription; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductTabPage.prototype.setParagraphs = function(paragraphs) { this.paragraphs = paragraphs; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductTabPage.prototype.setModificationTime = function(modificationTime) { this.modificationTime = modificationTime; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductTabPage.prototype.setCode = function(code) { this.code = code; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductTabPage.prototype.setContextContents = function(contextContents) { this.contextContents = contextContents; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductTabPage.prototype.setDetail3Product = function(detail3Product) { this.detail3Product = detail3Product; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductTabPage.prototype.setDefaultNavigationElement = function(defaultNavigationElement) { this.defaultNavigationElement = defaultNavigationElement; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductTabPage.prototype.setAllMetaPublicationDate = function(allMetaPublicationDate) { this.allMetaPublicationDate = allMetaPublicationDate; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductTabPage.prototype.setImplementation = function(implementation) { this.implementation = implementation; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductTabPage.prototype.setOwner = function(owner) { this.owner = owner; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductTabPage.prototype.setUrlGeneratorRule = function(urlGeneratorRule) { this.urlGeneratorRule = urlGeneratorRule; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductTabPage.prototype.setAllMetaKeywords = function(allMetaKeywords) { this.allMetaKeywords = allMetaKeywords; }
}

Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductTabPage.__name = "com.unic.msg.main.jalo.cms.ProductTabPage";
Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductTabPage.__metadata = [
  {field: "composedType", type: "bean"},
  {field: "detail4Navigation", type: "bag"},
  {field: "allMetaTitle", type: "map"},
  {field: "detail4Product", type: "bag"},
  {field: "metaKeywords", type: "str"},
  {field: "metaTitle", type: "str"},
  {field: "restrictedPrincipalGroups", type: "bag"},
  {field: "title", type: "str"},
  {field: "tenant", type: "bean"},
  {field: "metaAuthor", type: "str"},
  {field: "allMetaAuthor", type: "map"},
  {field: "metaPublicationDate", type: "date"},
  {field: "template", type: "bean"},
  {field: "allMetaDescription", type: "map"},
  {field: "keyVisual", type: "bean"},
  {field: "allAttributes", type: "map"},
  {field: "detail3Navigation", type: "bag"},
  {field: "status", type: "bean"},
  {field: "allTitle", type: "map"},
  {field: "metaDescription", type: "str"},
  {field: "paragraphs", type: "bag"},
  {field: "modificationTime", type: "date"},
  {field: "code", type: "str"},
  {field: "contextContents", type: "bag"},
  {field: "detail3Product", type: "bag"},
  {field: "defaultNavigationElement", type: "bean"},
  {field: "allMetaPublicationDate", type: "map"},
  {field: "implementation", type: "bean"},
  {field: "urlGeneratorRule", type: "bean"},
  {field: "owner", type: "bean"},
  {field: "allMetaKeywords", type: "map"}];

Seam.Remoting.registerType(Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductTabPage);

Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductCarouselParagraph = function() {
  this.composedType = undefined;
  this.template = undefined;
  this.text = undefined;
  this.allAttributes = undefined;
  this.status = undefined;
  this.allTitle = undefined;
  this.image = undefined;
  this.modificationTime = undefined;
  this.code = undefined;
  this.downloadLink = undefined;
  this.title = undefined;
  this.tenant = undefined;
  this.allText = undefined;
  this.implementation = undefined;
  this.contentLink = undefined;
  this.owner = undefined;
  this.paragraphContents = undefined;
  this.cssClass = undefined;
  this.products = undefined;
  this.video = undefined;
  this.productLink = undefined;
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductCarouselParagraph.prototype.getComposedType = function() { return this.composedType; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductCarouselParagraph.prototype.getTemplate = function() { return this.template; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductCarouselParagraph.prototype.getText = function() { return this.text; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductCarouselParagraph.prototype.getAllAttributes = function() { return this.allAttributes; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductCarouselParagraph.prototype.getStatus = function() { return this.status; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductCarouselParagraph.prototype.getAllTitle = function() { return this.allTitle; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductCarouselParagraph.prototype.getImage = function() { return this.image; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductCarouselParagraph.prototype.getModificationTime = function() { return this.modificationTime; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductCarouselParagraph.prototype.getCode = function() { return this.code; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductCarouselParagraph.prototype.getDownloadLink = function() { return this.downloadLink; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductCarouselParagraph.prototype.getTitle = function() { return this.title; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductCarouselParagraph.prototype.getTenant = function() { return this.tenant; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductCarouselParagraph.prototype.getAllText = function() { return this.allText; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductCarouselParagraph.prototype.getImplementation = function() { return this.implementation; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductCarouselParagraph.prototype.getContentLink = function() { return this.contentLink; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductCarouselParagraph.prototype.getOwner = function() { return this.owner; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductCarouselParagraph.prototype.getParagraphContents = function() { return this.paragraphContents; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductCarouselParagraph.prototype.getCssClass = function() { return this.cssClass; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductCarouselParagraph.prototype.getProducts = function() { return this.products; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductCarouselParagraph.prototype.getVideo = function() { return this.video; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductCarouselParagraph.prototype.getProductLink = function() { return this.productLink; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductCarouselParagraph.prototype.setComposedType = function(composedType) { this.composedType = composedType; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductCarouselParagraph.prototype.setTemplate = function(template) { this.template = template; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductCarouselParagraph.prototype.setText = function(text) { this.text = text; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductCarouselParagraph.prototype.setAllAttributes = function(allAttributes) { this.allAttributes = allAttributes; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductCarouselParagraph.prototype.setStatus = function(status) { this.status = status; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductCarouselParagraph.prototype.setAllTitle = function(allTitle) { this.allTitle = allTitle; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductCarouselParagraph.prototype.setImage = function(image) { this.image = image; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductCarouselParagraph.prototype.setModificationTime = function(modificationTime) { this.modificationTime = modificationTime; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductCarouselParagraph.prototype.setCode = function(code) { this.code = code; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductCarouselParagraph.prototype.setDownloadLink = function(downloadLink) { this.downloadLink = downloadLink; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductCarouselParagraph.prototype.setTitle = function(title) { this.title = title; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductCarouselParagraph.prototype.setTenant = function(tenant) { this.tenant = tenant; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductCarouselParagraph.prototype.setAllText = function(allText) { this.allText = allText; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductCarouselParagraph.prototype.setImplementation = function(implementation) { this.implementation = implementation; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductCarouselParagraph.prototype.setContentLink = function(contentLink) { this.contentLink = contentLink; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductCarouselParagraph.prototype.setOwner = function(owner) { this.owner = owner; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductCarouselParagraph.prototype.setParagraphContents = function(paragraphContents) { this.paragraphContents = paragraphContents; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductCarouselParagraph.prototype.setCssClass = function(cssClass) { this.cssClass = cssClass; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductCarouselParagraph.prototype.setProducts = function(products) { this.products = products; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductCarouselParagraph.prototype.setVideo = function(video) { this.video = video; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductCarouselParagraph.prototype.setProductLink = function(productLink) { this.productLink = productLink; }
}

Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductCarouselParagraph.__name = "com.unic.msg.main.jalo.cms.ProductCarouselParagraph";
Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductCarouselParagraph.__metadata = [
  {field: "composedType", type: "bean"},
  {field: "template", type: "bean"},
  {field: "text", type: "str"},
  {field: "allAttributes", type: "map"},
  {field: "status", type: "bean"},
  {field: "allTitle", type: "map"},
  {field: "image", type: "bean"},
  {field: "modificationTime", type: "date"},
  {field: "code", type: "str"},
  {field: "downloadLink", type: "bean"},
  {field: "title", type: "str"},
  {field: "tenant", type: "bean"},
  {field: "allText", type: "map"},
  {field: "implementation", type: "bean"},
  {field: "contentLink", type: "bean"},
  {field: "owner", type: "bean"},
  {field: "cssClass", type: "bean"},
  {field: "paragraphContents", type: "bag"},
  {field: "products", type: "bag"},
  {field: "video", type: "bean"},
  {field: "productLink", type: "bean"}];

Seam.Remoting.registerType(Seam.Remoting.type.com$unic$msg$main$jalo$cms$ProductCarouselParagraph);

Seam.Remoting.type.com$unic$msg$main$jalo$pim$ProductDescription = function() {
  this.composedType = undefined;
  this.product = undefined;
  this.text = undefined;
  this.allAttributes = undefined;
  this.tenant = undefined;
  this.allText = undefined;
  this.implementation = undefined;
  this.owner = undefined;
  this.modificationTime = undefined;
  this.code = undefined;
  Seam.Remoting.type.com$unic$msg$main$jalo$pim$ProductDescription.prototype.getComposedType = function() { return this.composedType; }
  Seam.Remoting.type.com$unic$msg$main$jalo$pim$ProductDescription.prototype.getProduct = function() { return this.product; }
  Seam.Remoting.type.com$unic$msg$main$jalo$pim$ProductDescription.prototype.getText = function() { return this.text; }
  Seam.Remoting.type.com$unic$msg$main$jalo$pim$ProductDescription.prototype.getAllAttributes = function() { return this.allAttributes; }
  Seam.Remoting.type.com$unic$msg$main$jalo$pim$ProductDescription.prototype.getTenant = function() { return this.tenant; }
  Seam.Remoting.type.com$unic$msg$main$jalo$pim$ProductDescription.prototype.getAllText = function() { return this.allText; }
  Seam.Remoting.type.com$unic$msg$main$jalo$pim$ProductDescription.prototype.getImplementation = function() { return this.implementation; }
  Seam.Remoting.type.com$unic$msg$main$jalo$pim$ProductDescription.prototype.getOwner = function() { return this.owner; }
  Seam.Remoting.type.com$unic$msg$main$jalo$pim$ProductDescription.prototype.getModificationTime = function() { return this.modificationTime; }
  Seam.Remoting.type.com$unic$msg$main$jalo$pim$ProductDescription.prototype.getCode = function() { return this.code; }
  Seam.Remoting.type.com$unic$msg$main$jalo$pim$ProductDescription.prototype.setComposedType = function(composedType) { this.composedType = composedType; }
  Seam.Remoting.type.com$unic$msg$main$jalo$pim$ProductDescription.prototype.setProduct = function(product) { this.product = product; }
  Seam.Remoting.type.com$unic$msg$main$jalo$pim$ProductDescription.prototype.setText = function(text) { this.text = text; }
  Seam.Remoting.type.com$unic$msg$main$jalo$pim$ProductDescription.prototype.setAllAttributes = function(allAttributes) { this.allAttributes = allAttributes; }
  Seam.Remoting.type.com$unic$msg$main$jalo$pim$ProductDescription.prototype.setTenant = function(tenant) { this.tenant = tenant; }
  Seam.Remoting.type.com$unic$msg$main$jalo$pim$ProductDescription.prototype.setAllText = function(allText) { this.allText = allText; }
  Seam.Remoting.type.com$unic$msg$main$jalo$pim$ProductDescription.prototype.setImplementation = function(implementation) { this.implementation = implementation; }
  Seam.Remoting.type.com$unic$msg$main$jalo$pim$ProductDescription.prototype.setOwner = function(owner) { this.owner = owner; }
  Seam.Remoting.type.com$unic$msg$main$jalo$pim$ProductDescription.prototype.setModificationTime = function(modificationTime) { this.modificationTime = modificationTime; }
  Seam.Remoting.type.com$unic$msg$main$jalo$pim$ProductDescription.prototype.setCode = function(code) { this.code = code; }
}

Seam.Remoting.type.com$unic$msg$main$jalo$pim$ProductDescription.__name = "com.unic.msg.main.jalo.pim.ProductDescription";
Seam.Remoting.type.com$unic$msg$main$jalo$pim$ProductDescription.__metadata = [
  {field: "product", type: "bag"},
  {field: "composedType", type: "bean"},
  {field: "text", type: "str"},
  {field: "allText", type: "map"},
  {field: "tenant", type: "bean"},
  {field: "allAttributes", type: "map"},
  {field: "implementation", type: "bean"},
  {field: "owner", type: "bean"},
  {field: "code", type: "str"},
  {field: "modificationTime", type: "date"}];

Seam.Remoting.registerType(Seam.Remoting.type.com$unic$msg$main$jalo$pim$ProductDescription);

Seam.Remoting.type.com$unic$msg$main$jalo$product$MsgProduct = function() {
  this.composedType = undefined;
  this.randomVariant = undefined;
  this.teaserReferences = undefined;
  this.fallbackProduct = undefined;
  this.targetProductD = undefined;
  this.displayWaxCoachByTFP = undefined;
  this.targetProductB = undefined;
  this.additionalDescription = undefined;
  this.targetProductC = undefined;
  this.countryGroups = undefined;
  this.targetProductA = undefined;
  this.optimalActivity = undefined;
  this.tenant = undefined;
  this.productLine = undefined;
  this.description = undefined;
  this.picture2Zoom = undefined;
  this.name = undefined;
  this.picture2 = undefined;
  this.gender = undefined;
  this.activity = undefined;
  this.sourceProductC = undefined;
  this.sourceProductB = undefined;
  this.sourceProductA = undefined;
  this.displayCountryGroup = undefined;
  this.allAttributes = undefined;
  this.mammutStatus = undefined;
  this.paragraphReferences = undefined;
  this.threeDPicture = undefined;
  this.detailTab4 = undefined;
  this.modificationTime = undefined;
  this.code = undefined;
  this.displayWaxCoachByBFP = undefined;
  this.preferredVariant = undefined;
  this.picture2Small = undefined;
  this.picture = undefined;
  this.unit = undefined;
  this.productCarouselParagraph = undefined;
  this.allAdditionalDescription = undefined;
  this.displayWaxCoachByRFP = undefined;
  this.thumbnail = undefined;
  this.detailTab3 = undefined;
  this.thumbnail2 = undefined;
  this.implementation = undefined;
  this.owner = undefined;
  this.productDescriptions = undefined;
  this.brand = undefined;
  this.sourceProductD = undefined;
  Seam.Remoting.type.com$unic$msg$main$jalo$product$MsgProduct.prototype.getComposedType = function() { return this.composedType; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$MsgProduct.prototype.getRandomVariant = function() { return this.randomVariant; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$MsgProduct.prototype.getTeaserReferences = function() { return this.teaserReferences; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$MsgProduct.prototype.getFallbackProduct = function() { return this.fallbackProduct; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$MsgProduct.prototype.getTargetProductD = function() { return this.targetProductD; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$MsgProduct.prototype.getDisplayWaxCoachByTFP = function() { return this.displayWaxCoachByTFP; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$MsgProduct.prototype.getTargetProductB = function() { return this.targetProductB; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$MsgProduct.prototype.getAdditionalDescription = function() { return this.additionalDescription; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$MsgProduct.prototype.getTargetProductC = function() { return this.targetProductC; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$MsgProduct.prototype.getCountryGroups = function() { return this.countryGroups; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$MsgProduct.prototype.getTargetProductA = function() { return this.targetProductA; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$MsgProduct.prototype.getOptimalActivity = function() { return this.optimalActivity; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$MsgProduct.prototype.getTenant = function() { return this.tenant; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$MsgProduct.prototype.getProductLine = function() { return this.productLine; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$MsgProduct.prototype.getDescription = function() { return this.description; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$MsgProduct.prototype.getPicture2Zoom = function() { return this.picture2Zoom; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$MsgProduct.prototype.getName = function() { return this.name; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$MsgProduct.prototype.getPicture2 = function() { return this.picture2; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$MsgProduct.prototype.getGender = function() { return this.gender; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$MsgProduct.prototype.getActivity = function() { return this.activity; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$MsgProduct.prototype.getSourceProductC = function() { return this.sourceProductC; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$MsgProduct.prototype.getSourceProductB = function() { return this.sourceProductB; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$MsgProduct.prototype.getSourceProductA = function() { return this.sourceProductA; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$MsgProduct.prototype.getDisplayCountryGroup = function() { return this.displayCountryGroup; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$MsgProduct.prototype.getAllAttributes = function() { return this.allAttributes; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$MsgProduct.prototype.getMammutStatus = function() { return this.mammutStatus; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$MsgProduct.prototype.getParagraphReferences = function() { return this.paragraphReferences; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$MsgProduct.prototype.getThreeDPicture = function() { return this.threeDPicture; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$MsgProduct.prototype.getDetailTab4 = function() { return this.detailTab4; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$MsgProduct.prototype.getModificationTime = function() { return this.modificationTime; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$MsgProduct.prototype.getCode = function() { return this.code; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$MsgProduct.prototype.getDisplayWaxCoachByBFP = function() { return this.displayWaxCoachByBFP; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$MsgProduct.prototype.getPreferredVariant = function() { return this.preferredVariant; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$MsgProduct.prototype.getPicture2Small = function() { return this.picture2Small; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$MsgProduct.prototype.getPicture = function() { return this.picture; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$MsgProduct.prototype.getUnit = function() { return this.unit; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$MsgProduct.prototype.getProductCarouselParagraph = function() { return this.productCarouselParagraph; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$MsgProduct.prototype.getAllAdditionalDescription = function() { return this.allAdditionalDescription; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$MsgProduct.prototype.getDisplayWaxCoachByRFP = function() { return this.displayWaxCoachByRFP; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$MsgProduct.prototype.getThumbnail = function() { return this.thumbnail; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$MsgProduct.prototype.getDetailTab3 = function() { return this.detailTab3; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$MsgProduct.prototype.getThumbnail2 = function() { return this.thumbnail2; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$MsgProduct.prototype.getImplementation = function() { return this.implementation; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$MsgProduct.prototype.getOwner = function() { return this.owner; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$MsgProduct.prototype.getProductDescriptions = function() { return this.productDescriptions; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$MsgProduct.prototype.getBrand = function() { return this.brand; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$MsgProduct.prototype.getSourceProductD = function() { return this.sourceProductD; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$MsgProduct.prototype.setComposedType = function(composedType) { this.composedType = composedType; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$MsgProduct.prototype.setComposedType = function(randomVariant) { this.randomVariant = randomVariant; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$MsgProduct.prototype.setTeaserReferences = function(teaserReferences) { this.teaserReferences = teaserReferences; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$MsgProduct.prototype.setFallbackProduct = function(fallbackProduct) { this.fallbackProduct = fallbackProduct; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$MsgProduct.prototype.setTargetProductD = function(targetProductD) { this.targetProductD = targetProductD; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$MsgProduct.prototype.setDisplayWaxCoachByTFP = function(displayWaxCoachByTFP) { this.displayWaxCoachByTFP = displayWaxCoachByTFP; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$MsgProduct.prototype.setTargetProductB = function(targetProductB) { this.targetProductB = targetProductB; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$MsgProduct.prototype.setAdditionalDescription = function(additionalDescription) { this.additionalDescription = additionalDescription; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$MsgProduct.prototype.setTargetProductC = function(targetProductC) { this.targetProductC = targetProductC; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$MsgProduct.prototype.setCountryGroups = function(countryGroups) { this.countryGroups = countryGroups; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$MsgProduct.prototype.setTargetProductA = function(targetProductA) { this.targetProductA = targetProductA; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$MsgProduct.prototype.setOptimalActivity = function(optimalActivity) { this.optimalActivity = optimalActivity; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$MsgProduct.prototype.setTenant = function(tenant) { this.tenant = tenant; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$MsgProduct.prototype.setProductLine = function(productLine) { this.productLine = productLine; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$MsgProduct.prototype.setDescription = function(description) { this.description = description; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$MsgProduct.prototype.setPicture2Zoom = function(picture2Zoom) { this.picture2Zoom = picture2Zoom; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$MsgProduct.prototype.setName = function(name) { this.name = name; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$MsgProduct.prototype.setPicture2 = function(picture2) { this.picture2 = picture2; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$MsgProduct.prototype.setGender = function(gender) { this.gender = gender; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$MsgProduct.prototype.setActivity = function(activity) { this.activity = activity; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$MsgProduct.prototype.setSourceProductC = function(sourceProductC) { this.sourceProductC = sourceProductC; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$MsgProduct.prototype.setSourceProductB = function(sourceProductB) { this.sourceProductB = sourceProductB; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$MsgProduct.prototype.setSourceProductA = function(sourceProductA) { this.sourceProductA = sourceProductA; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$MsgProduct.prototype.setDisplayCountryGroup = function(displayCountryGroup) { this.displayCountryGroup = displayCountryGroup; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$MsgProduct.prototype.setAllAttributes = function(allAttributes) { this.allAttributes = allAttributes; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$MsgProduct.prototype.setMammutStatus = function(mammutStatus) { this.mammutStatus = mammutStatus; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$MsgProduct.prototype.setParagraphReferences = function(paragraphReferences) { this.paragraphReferences = paragraphReferences; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$MsgProduct.prototype.setThreeDPicture = function(threeDPicture) { this.threeDPicture = threeDPicture; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$MsgProduct.prototype.setDetailTab4 = function(detailTab4) { this.detailTab4 = detailTab4; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$MsgProduct.prototype.setModificationTime = function(modificationTime) { this.modificationTime = modificationTime; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$MsgProduct.prototype.setCode = function(code) { this.code = code; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$MsgProduct.prototype.setDisplayWaxCoachByBFP = function(displayWaxCoachByBFP) { this.displayWaxCoachByBFP = displayWaxCoachByBFP; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$MsgProduct.prototype.setPreferredVariant = function(preferredVariant) { this.preferredVariant = preferredVariant; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$MsgProduct.prototype.setPicture2Small = function(picture2Small) { this.picture2Small = picture2Small; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$MsgProduct.prototype.setPicture = function(picture) { this.picture = picture; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$MsgProduct.prototype.setUnit = function(unit) { this.unit = unit; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$MsgProduct.prototype.setProductCarouselParagraph = function(productCarouselParagraph) { this.productCarouselParagraph = productCarouselParagraph; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$MsgProduct.prototype.setAllAdditionalDescription = function(allAdditionalDescription) { this.allAdditionalDescription = allAdditionalDescription; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$MsgProduct.prototype.setDisplayWaxCoachByRFP = function(displayWaxCoachByRFP) { this.displayWaxCoachByRFP = displayWaxCoachByRFP; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$MsgProduct.prototype.setThumbnail = function(thumbnail) { this.thumbnail = thumbnail; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$MsgProduct.prototype.setDetailTab3 = function(detailTab3) { this.detailTab3 = detailTab3; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$MsgProduct.prototype.setThumbnail2 = function(thumbnail2) { this.thumbnail2 = thumbnail2; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$MsgProduct.prototype.setImplementation = function(implementation) { this.implementation = implementation; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$MsgProduct.prototype.setOwner = function(owner) { this.owner = owner; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$MsgProduct.prototype.setProductDescriptions = function(productDescriptions) { this.productDescriptions = productDescriptions; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$MsgProduct.prototype.setBrand = function(brand) { this.brand = brand; }
  Seam.Remoting.type.com$unic$msg$main$jalo$product$MsgProduct.prototype.setSourceProductD = function(sourceProductD) { this.sourceProductD = sourceProductD; }
}

Seam.Remoting.type.com$unic$msg$main$jalo$product$MsgProduct.__name = "com.unic.msg.main.jalo.product.MsgProduct";
Seam.Remoting.type.com$unic$msg$main$jalo$product$MsgProduct.__metadata = [
  {field: "randomVariant", type: "bean"},
  {field: "composedType", type: "bean"},
  {field: "teaserReferences", type: "bag"},
  {field: "fallbackProduct", type: "bean"},
  {field: "displayWaxCoachByTFP", type: "bag"},
  {field: "targetProductD", type: "bean"},
  {field: "additionalDescription", type: "str"},
  {field: "targetProductB", type: "bean"},
  {field: "countryGroups", type: "bag"},
  {field: "targetProductC", type: "bean"},
  {field: "targetProductA", type: "bean"},
  {field: "optimalActivity", type: "bag"},
  {field: "tenant", type: "bean"},
  {field: "productLine", type: "bean"},
  {field: "description", type: "str"},
  {field: "picture2Zoom", type: "bean"},
  {field: "name", type: "str"},
  {field: "picture2", type: "bean"},
  {field: "gender", type: "bean"},
  {field: "activity", type: "bag"},
  {field: "sourceProductC", type: "bag"},
  {field: "sourceProductB", type: "bag"},
  {field: "sourceProductA", type: "bag"},
  {field: "displayCountryGroup", type: "bag"},
  {field: "allAttributes", type: "map"},
  {field: "paragraphReferences", type: "bag"},
  {field: "mammutStatus", type: "bean"},
  {field: "threeDPicture", type: "str"},
  {field: "detailTab4", type: "bean"},
  {field: "code", type: "str"},
  {field: "modificationTime", type: "date"},
  {field: "displayWaxCoachByBFP", type: "bag"},
  {field: "preferredVariant", type: "bean"},
  {field: "picture2Small", type: "bean"},
  {field: "picture", type: "bean"},
  {field: "displayWaxCoachByRFP", type: "bag"},
  {field: "allAdditionalDescription", type: "map"},
  {field: "productCarouselParagraph", type: "bag"},
  {field: "unit", type: "bean"},
  {field: "thumbnail", type: "bean"},
  {field: "detailTab3", type: "bean"},
  {field: "thumbnail2", type: "bean"},
  {field: "implementation", type: "bean"},
  {field: "productDescriptions", type: "bag"},
  {field: "owner", type: "bean"},
  {field: "brand", type: "bean"},
  {field: "sourceProductD", type: "bag"}];

Seam.Remoting.registerType(Seam.Remoting.type.com$unic$msg$main$jalo$product$MsgProduct);

Seam.Remoting.type.com$unic$msg$main$jalo$base$CountryGroup = function() {
  this.accessEmployee = undefined;
  this.composedType = undefined;
  this.allName = undefined;
  this.allAttributes = undefined;
  this.code = undefined;
  this.modificationTime = undefined;
  this.countries = undefined;
  this.displayVariantProduct = undefined;
  this.currency = undefined;
  this.tenant = undefined;
  this.implementation = undefined;
  this.name = undefined;
  this.allContactText = undefined;
  this.owner = undefined;
  this.contactText = undefined;
  this.displayProduct = undefined;
  Seam.Remoting.type.com$unic$msg$main$jalo$base$CountryGroup.prototype.getAccessEmployee = function() { return this.accessEmployee; }
  Seam.Remoting.type.com$unic$msg$main$jalo$base$CountryGroup.prototype.getComposedType = function() { return this.composedType; }
  Seam.Remoting.type.com$unic$msg$main$jalo$base$CountryGroup.prototype.getAllName = function() { return this.allName; }
  Seam.Remoting.type.com$unic$msg$main$jalo$base$CountryGroup.prototype.getAllAttributes = function() { return this.allAttributes; }
  Seam.Remoting.type.com$unic$msg$main$jalo$base$CountryGroup.prototype.getCode = function() { return this.code; }
  Seam.Remoting.type.com$unic$msg$main$jalo$base$CountryGroup.prototype.getModificationTime = function() { return this.modificationTime; }
  Seam.Remoting.type.com$unic$msg$main$jalo$base$CountryGroup.prototype.getCountries = function() { return this.countries; }
  Seam.Remoting.type.com$unic$msg$main$jalo$base$CountryGroup.prototype.getDisplayVariantProduct = function() { return this.displayVariantProduct; }
  Seam.Remoting.type.com$unic$msg$main$jalo$base$CountryGroup.prototype.getCurrency = function() { return this.currency; }
  Seam.Remoting.type.com$unic$msg$main$jalo$base$CountryGroup.prototype.getTenant = function() { return this.tenant; }
  Seam.Remoting.type.com$unic$msg$main$jalo$base$CountryGroup.prototype.getImplementation = function() { return this.implementation; }
  Seam.Remoting.type.com$unic$msg$main$jalo$base$CountryGroup.prototype.getName = function() { return this.name; }
  Seam.Remoting.type.com$unic$msg$main$jalo$base$CountryGroup.prototype.getAllContactText = function() { return this.allContactText; }
  Seam.Remoting.type.com$unic$msg$main$jalo$base$CountryGroup.prototype.getOwner = function() { return this.owner; }
  Seam.Remoting.type.com$unic$msg$main$jalo$base$CountryGroup.prototype.getContactText = function() { return this.contactText; }
  Seam.Remoting.type.com$unic$msg$main$jalo$base$CountryGroup.prototype.getDisplayProduct = function() { return this.displayProduct; }
  Seam.Remoting.type.com$unic$msg$main$jalo$base$CountryGroup.prototype.setAccessEmployee = function(accessEmployee) { this.accessEmployee = accessEmployee; }
  Seam.Remoting.type.com$unic$msg$main$jalo$base$CountryGroup.prototype.setComposedType = function(composedType) { this.composedType = composedType; }
  Seam.Remoting.type.com$unic$msg$main$jalo$base$CountryGroup.prototype.setAllName = function(allName) { this.allName = allName; }
  Seam.Remoting.type.com$unic$msg$main$jalo$base$CountryGroup.prototype.setAllAttributes = function(allAttributes) { this.allAttributes = allAttributes; }
  Seam.Remoting.type.com$unic$msg$main$jalo$base$CountryGroup.prototype.setCode = function(code) { this.code = code; }
  Seam.Remoting.type.com$unic$msg$main$jalo$base$CountryGroup.prototype.setModificationTime = function(modificationTime) { this.modificationTime = modificationTime; }
  Seam.Remoting.type.com$unic$msg$main$jalo$base$CountryGroup.prototype.setCountries = function(countries) { this.countries = countries; }
  Seam.Remoting.type.com$unic$msg$main$jalo$base$CountryGroup.prototype.setDisplayVariantProduct = function(displayVariantProduct) { this.displayVariantProduct = displayVariantProduct; }
  Seam.Remoting.type.com$unic$msg$main$jalo$base$CountryGroup.prototype.setCurrency = function(currency) { this.currency = currency; }
  Seam.Remoting.type.com$unic$msg$main$jalo$base$CountryGroup.prototype.setTenant = function(tenant) { this.tenant = tenant; }
  Seam.Remoting.type.com$unic$msg$main$jalo$base$CountryGroup.prototype.setImplementation = function(implementation) { this.implementation = implementation; }
  Seam.Remoting.type.com$unic$msg$main$jalo$base$CountryGroup.prototype.setName = function(name) { this.name = name; }
  Seam.Remoting.type.com$unic$msg$main$jalo$base$CountryGroup.prototype.setAllContactText = function(allContactText) { this.allContactText = allContactText; }
  Seam.Remoting.type.com$unic$msg$main$jalo$base$CountryGroup.prototype.setOwner = function(owner) { this.owner = owner; }
  Seam.Remoting.type.com$unic$msg$main$jalo$base$CountryGroup.prototype.setContactText = function(contactText) { this.contactText = contactText; }
  Seam.Remoting.type.com$unic$msg$main$jalo$base$CountryGroup.prototype.setDisplayProduct = function(displayProduct) { this.displayProduct = displayProduct; }
}

Seam.Remoting.type.com$unic$msg$main$jalo$base$CountryGroup.__name = "com.unic.msg.main.jalo.base.CountryGroup";
Seam.Remoting.type.com$unic$msg$main$jalo$base$CountryGroup.__metadata = [
  {field: "accessEmployee", type: "bag"},
  {field: "composedType", type: "bean"},
  {field: "allName", type: "map"},
  {field: "allAttributes", type: "map"},
  {field: "code", type: "str"},
  {field: "modificationTime", type: "date"},
  {field: "countries", type: "bag"},
  {field: "displayVariantProduct", type: "bag"},
  {field: "currency", type: "bean"},
  {field: "tenant", type: "bean"},
  {field: "implementation", type: "bean"},
  {field: "name", type: "str"},
  {field: "owner", type: "bean"},
  {field: "allContactText", type: "map"},
  {field: "contactText", type: "str"},
  {field: "displayProduct", type: "bag"}];

Seam.Remoting.registerType(Seam.Remoting.type.com$unic$msg$main$jalo$base$CountryGroup);

Seam.Remoting.type.com$unic$msg$main$jalo$cms$MsgWebsite = function() {
  this.composedType = undefined;
  this.dealers = undefined;
  this.gMapKey = undefined;
  this.metaKeywords = undefined;
  this.abstractLinks = undefined;
  this.dealerAdminCountryEntry = undefined;
  this.frontendURL = undefined;
  this.countries = undefined;
  this.sortingIndex = undefined;
  this.defaultCountryGroup = undefined;
  this.tenant = undefined;
  this.allRuleTypeTemplates = undefined;
  this.name = undefined;
  this.itemViewURL = undefined;
  this.emailServer = undefined;
  this.allMetaDescription = undefined;
  this.logo = undefined;
  this.emailPassword = undefined;
  this.allAttributes = undefined;
  this.allUrlShortcuts = undefined;
  this.displayDealerCategories = undefined;
  this.cssURL = undefined;
  this.metaDescription = undefined;
  this.paragraphs = undefined;
  this.modificationTime = undefined;
  this.emailUser = undefined;
  this.emailFrom = undefined;
  this.contextContents = undefined;
  this.rules = undefined;
  this.urlPatterns = undefined;
  this.quickNavigationElements = undefined;
  this.showInFrontend = undefined;
  this.implementation = undefined;
  this.displayDealerProductCategories = undefined;
  this.owner = undefined;
  this.pageContents = undefined;
  this.rootNavigationElements = undefined;
  this.welcomeAction = undefined;
  this.allMetaKeywords = undefined;
  this.frontendJspRoot = undefined;
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$MsgWebsite.prototype.getComposedType = function() { return this.composedType; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$MsgWebsite.prototype.getDealers = function() { return this.dealers; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$MsgWebsite.prototype.getGMapKey = function() { return this.gMapKey; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$MsgWebsite.prototype.getMetaKeywords = function() { return this.metaKeywords; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$MsgWebsite.prototype.getAbstractLinks = function() { return this.abstractLinks; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$MsgWebsite.prototype.getDealerAdminCountryEntry = function() { return this.dealerAdminCountryEntry; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$MsgWebsite.prototype.getFrontendURL = function() { return this.frontendURL; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$MsgWebsite.prototype.getCountries = function() { return this.countries; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$MsgWebsite.prototype.getSortingIndex = function() { return this.sortingIndex; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$MsgWebsite.prototype.getDefaultCountryGroup = function() { return this.defaultCountryGroup; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$MsgWebsite.prototype.getTenant = function() { return this.tenant; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$MsgWebsite.prototype.getAllRuleTypeTemplates = function() { return this.allRuleTypeTemplates; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$MsgWebsite.prototype.getName = function() { return this.name; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$MsgWebsite.prototype.getItemViewURL = function() { return this.itemViewURL; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$MsgWebsite.prototype.getEmailServer = function() { return this.emailServer; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$MsgWebsite.prototype.getAllMetaDescription = function() { return this.allMetaDescription; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$MsgWebsite.prototype.getLogo = function() { return this.logo; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$MsgWebsite.prototype.getEmailPassword = function() { return this.emailPassword; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$MsgWebsite.prototype.getAllAttributes = function() { return this.allAttributes; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$MsgWebsite.prototype.getAllUrlShortcuts = function() { return this.allUrlShortcuts; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$MsgWebsite.prototype.getDisplayDealerCategories = function() { return this.displayDealerCategories; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$MsgWebsite.prototype.getCssURL = function() { return this.cssURL; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$MsgWebsite.prototype.getMetaDescription = function() { return this.metaDescription; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$MsgWebsite.prototype.getParagraphs = function() { return this.paragraphs; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$MsgWebsite.prototype.getModificationTime = function() { return this.modificationTime; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$MsgWebsite.prototype.getEmailUser = function() { return this.emailUser; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$MsgWebsite.prototype.getEmailFrom = function() { return this.emailFrom; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$MsgWebsite.prototype.getContextContents = function() { return this.contextContents; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$MsgWebsite.prototype.getRules = function() { return this.rules; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$MsgWebsite.prototype.getUrlPatterns = function() { return this.urlPatterns; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$MsgWebsite.prototype.getQuickNavigationElements = function() { return this.quickNavigationElements; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$MsgWebsite.prototype.isShowInFrontend = function() { return this.showInFrontend; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$MsgWebsite.prototype.getImplementation = function() { return this.implementation; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$MsgWebsite.prototype.getDisplayDealerProductCategories = function() { return this.displayDealerProductCategories; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$MsgWebsite.prototype.getOwner = function() { return this.owner; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$MsgWebsite.prototype.getPageContents = function() { return this.pageContents; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$MsgWebsite.prototype.getRootNavigationElements = function() { return this.rootNavigationElements; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$MsgWebsite.prototype.getWelcomeAction = function() { return this.welcomeAction; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$MsgWebsite.prototype.getAllMetaKeywords = function() { return this.allMetaKeywords; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$MsgWebsite.prototype.getFrontendJspRoot = function() { return this.frontendJspRoot; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$MsgWebsite.prototype.setComposedType = function(composedType) { this.composedType = composedType; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$MsgWebsite.prototype.setDealers = function(dealers) { this.dealers = dealers; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$MsgWebsite.prototype.setGMapKey = function(gMapKey) { this.gMapKey = gMapKey; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$MsgWebsite.prototype.setMetaKeywords = function(metaKeywords) { this.metaKeywords = metaKeywords; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$MsgWebsite.prototype.setAbstractLinks = function(abstractLinks) { this.abstractLinks = abstractLinks; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$MsgWebsite.prototype.setDealerAdminCountryEntry = function(dealerAdminCountryEntry) { this.dealerAdminCountryEntry = dealerAdminCountryEntry; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$MsgWebsite.prototype.setFrontendURL = function(frontendURL) { this.frontendURL = frontendURL; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$MsgWebsite.prototype.setCountries = function(countries) { this.countries = countries; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$MsgWebsite.prototype.setSortingIndex = function(sortingIndex) { this.sortingIndex = sortingIndex; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$MsgWebsite.prototype.setDefaultCountryGroup = function(defaultCountryGroup) { this.defaultCountryGroup = defaultCountryGroup; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$MsgWebsite.prototype.setTenant = function(tenant) { this.tenant = tenant; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$MsgWebsite.prototype.setAllRuleTypeTemplates = function(allRuleTypeTemplates) { this.allRuleTypeTemplates = allRuleTypeTemplates; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$MsgWebsite.prototype.setName = function(name) { this.name = name; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$MsgWebsite.prototype.setItemViewURL = function(itemViewURL) { this.itemViewURL = itemViewURL; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$MsgWebsite.prototype.setEmailServer = function(emailServer) { this.emailServer = emailServer; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$MsgWebsite.prototype.setAllMetaDescription = function(allMetaDescription) { this.allMetaDescription = allMetaDescription; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$MsgWebsite.prototype.setLogo = function(logo) { this.logo = logo; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$MsgWebsite.prototype.setEmailPassword = function(emailPassword) { this.emailPassword = emailPassword; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$MsgWebsite.prototype.setAllAttributes = function(allAttributes) { this.allAttributes = allAttributes; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$MsgWebsite.prototype.setAllUrlShortcuts = function(allUrlShortcuts) { this.allUrlShortcuts = allUrlShortcuts; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$MsgWebsite.prototype.setDisplayDealerCategories = function(displayDealerCategories) { this.displayDealerCategories = displayDealerCategories; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$MsgWebsite.prototype.setCssURL = function(cssURL) { this.cssURL = cssURL; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$MsgWebsite.prototype.setMetaDescription = function(metaDescription) { this.metaDescription = metaDescription; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$MsgWebsite.prototype.setParagraphs = function(paragraphs) { this.paragraphs = paragraphs; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$MsgWebsite.prototype.setModificationTime = function(modificationTime) { this.modificationTime = modificationTime; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$MsgWebsite.prototype.setEmailUser = function(emailUser) { this.emailUser = emailUser; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$MsgWebsite.prototype.setEmailFrom = function(emailFrom) { this.emailFrom = emailFrom; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$MsgWebsite.prototype.setContextContents = function(contextContents) { this.contextContents = contextContents; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$MsgWebsite.prototype.setRules = function(rules) { this.rules = rules; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$MsgWebsite.prototype.setUrlPatterns = function(urlPatterns) { this.urlPatterns = urlPatterns; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$MsgWebsite.prototype.setQuickNavigationElements = function(quickNavigationElements) { this.quickNavigationElements = quickNavigationElements; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$MsgWebsite.prototype.setShowInFrontend = function(showInFrontend) { this.showInFrontend = showInFrontend; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$MsgWebsite.prototype.setImplementation = function(implementation) { this.implementation = implementation; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$MsgWebsite.prototype.setDisplayDealerProductCategories = function(displayDealerProductCategories) { this.displayDealerProductCategories = displayDealerProductCategories; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$MsgWebsite.prototype.setOwner = function(owner) { this.owner = owner; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$MsgWebsite.prototype.setPageContents = function(pageContents) { this.pageContents = pageContents; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$MsgWebsite.prototype.setRootNavigationElements = function(rootNavigationElements) { this.rootNavigationElements = rootNavigationElements; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$MsgWebsite.prototype.setWelcomeAction = function(welcomeAction) { this.welcomeAction = welcomeAction; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$MsgWebsite.prototype.setAllMetaKeywords = function(allMetaKeywords) { this.allMetaKeywords = allMetaKeywords; }
  Seam.Remoting.type.com$unic$msg$main$jalo$cms$MsgWebsite.prototype.setFrontendJspRoot = function(frontendJspRoot) { this.frontendJspRoot = frontendJspRoot; }
}

Seam.Remoting.type.com$unic$msg$main$jalo$cms$MsgWebsite.__name = "com.unic.msg.main.jalo.cms.MsgWebsite";
Seam.Remoting.type.com$unic$msg$main$jalo$cms$MsgWebsite.__metadata = [
  {field: "dealers", type: "bag"},
  {field: "composedType", type: "bean"},
  {field: "gMapKey", type: "str"},
  {field: "abstractLinks", type: "bag"},
  {field: "metaKeywords", type: "str"},
  {field: "dealerAdminCountryEntry", type: "bag"},
  {field: "frontendURL", type: "str"},
  {field: "countries", type: "bag"},
  {field: "sortingIndex", type: "number"},
  {field: "defaultCountryGroup", type: "bean"},
  {field: "tenant", type: "bean"},
  {field: "allRuleTypeTemplates", type: "map"},
  {field: "name", type: "str"},
  {field: "itemViewURL", type: "str"},
  {field: "emailServer", type: "str"},
  {field: "allMetaDescription", type: "map"},
  {field: "logo", type: "bean"},
  {field: "emailPassword", type: "str"},
  {field: "allAttributes", type: "map"},
  {field: "allUrlShortcuts", type: "map"},
  {field: "displayDealerCategories", type: "bag"},
  {field: "cssURL", type: "str"},
  {field: "metaDescription", type: "str"},
  {field: "paragraphs", type: "bag"},
  {field: "emailFrom", type: "str"},
  {field: "emailUser", type: "str"},
  {field: "modificationTime", type: "date"},
  {field: "contextContents", type: "bag"},
  {field: "urlPatterns", type: "bag"},
  {field: "rules", type: "bag"},
  {field: "quickNavigationElements", type: "bag"},
  {field: "showInFrontend", type: "bool"},
  {field: "displayDealerProductCategories", type: "bag"},
  {field: "implementation", type: "bean"},
  {field: "owner", type: "bean"},
  {field: "pageContents", type: "bag"},
  {field: "rootNavigationElements", type: "bag"},
  {field: "allMetaKeywords", type: "map"},
  {field: "welcomeAction", type: "str"},
  {field: "frontendJspRoot", type: "str"}];

Seam.Remoting.registerType(Seam.Remoting.type.com$unic$msg$main$jalo$cms$MsgWebsite);

Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryManager = function() {
  this.composedType = undefined;
  this.loginDisabled = undefined;
  this.allAttributes = undefined;
  this.uID = undefined;
  this.dealerAdminCountryEntry = undefined;
  this.modificationTime = undefined;
  this.password = undefined;
  this.defaultDeliveryAddress = undefined;
  this.sessionAttributeDescriptors = undefined;
  this.lastLogin = undefined;
  this.tenant = undefined;
  this.sessionLanguage = undefined;
  this.encodedPassword = undefined;
  this.implementation = undefined;
  this.description = undefined;
  this.defaultPaymentAddress = undefined;
  this.name = undefined;
  this.owner = undefined;
  this.defaultShippingAddress = undefined;
  this.login = undefined;
  this.sessionCurrency = undefined;
  this.groups = undefined;
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryManager.prototype.getComposedType = function() { return this.composedType; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryManager.prototype.isLoginDisabled = function() { return this.loginDisabled; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryManager.prototype.getAllAttributes = function() { return this.allAttributes; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryManager.prototype.getUID = function() { return this.uID; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryManager.prototype.getDealerAdminCountryEntry = function() { return this.dealerAdminCountryEntry; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryManager.prototype.getModificationTime = function() { return this.modificationTime; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryManager.prototype.getPassword = function() { return this.password; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryManager.prototype.getDefaultDeliveryAddress = function() { return this.defaultDeliveryAddress; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryManager.prototype.getSessionAttributeDescriptors = function() { return this.sessionAttributeDescriptors; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryManager.prototype.getLastLogin = function() { return this.lastLogin; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryManager.prototype.getTenant = function() { return this.tenant; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryManager.prototype.getSessionLanguage = function() { return this.sessionLanguage; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryManager.prototype.getEncodedPassword = function() { return this.encodedPassword; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryManager.prototype.getImplementation = function() { return this.implementation; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryManager.prototype.getDescription = function() { return this.description; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryManager.prototype.getDefaultPaymentAddress = function() { return this.defaultPaymentAddress; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryManager.prototype.getName = function() { return this.name; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryManager.prototype.getOwner = function() { return this.owner; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryManager.prototype.getDefaultShippingAddress = function() { return this.defaultShippingAddress; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryManager.prototype.getLogin = function() { return this.login; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryManager.prototype.getSessionCurrency = function() { return this.sessionCurrency; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryManager.prototype.getGroups = function() { return this.groups; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryManager.prototype.setComposedType = function(composedType) { this.composedType = composedType; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryManager.prototype.setLoginDisabled = function(loginDisabled) { this.loginDisabled = loginDisabled; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryManager.prototype.setAllAttributes = function(allAttributes) { this.allAttributes = allAttributes; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryManager.prototype.setUID = function(uID) { this.uID = uID; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryManager.prototype.setDealerAdminCountryEntry = function(dealerAdminCountryEntry) { this.dealerAdminCountryEntry = dealerAdminCountryEntry; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryManager.prototype.setModificationTime = function(modificationTime) { this.modificationTime = modificationTime; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryManager.prototype.setPassword = function(password) { this.password = password; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryManager.prototype.setDefaultDeliveryAddress = function(defaultDeliveryAddress) { this.defaultDeliveryAddress = defaultDeliveryAddress; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryManager.prototype.setSessionAttributeDescriptors = function(sessionAttributeDescriptors) { this.sessionAttributeDescriptors = sessionAttributeDescriptors; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryManager.prototype.setLastLogin = function(lastLogin) { this.lastLogin = lastLogin; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryManager.prototype.setTenant = function(tenant) { this.tenant = tenant; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryManager.prototype.setSessionLanguage = function(sessionLanguage) { this.sessionLanguage = sessionLanguage; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryManager.prototype.setEncodedPassword = function(encodedPassword) { this.encodedPassword = encodedPassword; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryManager.prototype.setImplementation = function(implementation) { this.implementation = implementation; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryManager.prototype.setDescription = function(description) { this.description = description; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryManager.prototype.setDefaultPaymentAddress = function(defaultPaymentAddress) { this.defaultPaymentAddress = defaultPaymentAddress; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryManager.prototype.setName = function(name) { this.name = name; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryManager.prototype.setOwner = function(owner) { this.owner = owner; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryManager.prototype.setDefaultShippingAddress = function(defaultShippingAddress) { this.defaultShippingAddress = defaultShippingAddress; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryManager.prototype.setLogin = function(login) { this.login = login; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryManager.prototype.setSessionCurrency = function(sessionCurrency) { this.sessionCurrency = sessionCurrency; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryManager.prototype.setGroups = function(groups) { this.groups = groups; }
}

Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryManager.__name = "com.unic.msg.main.jalo.user.DealerAdminCountryManager";
Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryManager.__metadata = [
  {field: "composedType", type: "bean"},
  {field: "loginDisabled", type: "bool"},
  {field: "allAttributes", type: "map"},
  {field: "uID", type: "str"},
  {field: "dealerAdminCountryEntry", type: "bag"},
  {field: "modificationTime", type: "date"},
  {field: "password", type: "str"},
  {field: "defaultDeliveryAddress", type: "bean"},
  {field: "sessionAttributeDescriptors", type: "bag"},
  {field: "lastLogin", type: "date"},
  {field: "tenant", type: "bean"},
  {field: "sessionLanguage", type: "bean"},
  {field: "encodedPassword", type: "str"},
  {field: "description", type: "str"},
  {field: "implementation", type: "bean"},
  {field: "name", type: "str"},
  {field: "defaultPaymentAddress", type: "bean"},
  {field: "owner", type: "bean"},
  {field: "defaultShippingAddress", type: "bean"},
  {field: "login", type: "str"},
  {field: "sessionCurrency", type: "bean"},
  {field: "groups", type: "bean"}];

Seam.Remoting.registerType(Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryManager);

Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryEntry = function() {
  this.composedType = undefined;
  this.allAttributes = undefined;
  this.tenant = undefined;
  this.implementation = undefined;
  this.owner = undefined;
  this.brand = undefined;
  this.countryManager = undefined;
  this.modificationTime = undefined;
  this.countryDistributor = undefined;
  this.code = undefined;
  this.country = undefined;
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryEntry.prototype.getComposedType = function() { return this.composedType; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryEntry.prototype.getAllAttributes = function() { return this.allAttributes; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryEntry.prototype.getTenant = function() { return this.tenant; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryEntry.prototype.getImplementation = function() { return this.implementation; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryEntry.prototype.getOwner = function() { return this.owner; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryEntry.prototype.getBrand = function() { return this.brand; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryEntry.prototype.getCountryManager = function() { return this.countryManager; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryEntry.prototype.getModificationTime = function() { return this.modificationTime; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryEntry.prototype.getCountryDistributor = function() { return this.countryDistributor; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryEntry.prototype.getCode = function() { return this.code; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryEntry.prototype.getCountry = function() { return this.country; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryEntry.prototype.setComposedType = function(composedType) { this.composedType = composedType; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryEntry.prototype.setAllAttributes = function(allAttributes) { this.allAttributes = allAttributes; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryEntry.prototype.setTenant = function(tenant) { this.tenant = tenant; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryEntry.prototype.setImplementation = function(implementation) { this.implementation = implementation; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryEntry.prototype.setOwner = function(owner) { this.owner = owner; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryEntry.prototype.setBrand = function(brand) { this.brand = brand; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryEntry.prototype.setCountryManager = function(countryManager) { this.countryManager = countryManager; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryEntry.prototype.setModificationTime = function(modificationTime) { this.modificationTime = modificationTime; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryEntry.prototype.setCountryDistributor = function(countryDistributor) { this.countryDistributor = countryDistributor; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryEntry.prototype.setCode = function(code) { this.code = code; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryEntry.prototype.setCountry = function(country) { this.country = country; }
}

Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryEntry.__name = "com.unic.msg.main.jalo.user.DealerAdminCountryEntry";
Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryEntry.__metadata = [
  {field: "composedType", type: "bean"},
  {field: "tenant", type: "bean"},
  {field: "allAttributes", type: "map"},
  {field: "implementation", type: "bean"},
  {field: "owner", type: "bean"},
  {field: "brand", type: "bean"},
  {field: "countryManager", type: "bean"},
  {field: "code", type: "str"},
  {field: "countryDistributor", type: "bean"},
  {field: "modificationTime", type: "date"},
  {field: "country", type: "bean"}];

Seam.Remoting.registerType(Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryEntry);

Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryAdmin = function() {
  this.composedType = undefined;
  this.loginDisabled = undefined;
  this.allAttributes = undefined;
  this.uID = undefined;
  this.modificationTime = undefined;
  this.password = undefined;
  this.defaultDeliveryAddress = undefined;
  this.sessionAttributeDescriptors = undefined;
  this.lastLogin = undefined;
  this.tenant = undefined;
  this.sessionLanguage = undefined;
  this.email = undefined;
  this.encodedPassword = undefined;
  this.implementation = undefined;
  this.description = undefined;
  this.defaultPaymentAddress = undefined;
  this.name = undefined;
  this.owner = undefined;
  this.defaultShippingAddress = undefined;
  this.login = undefined;
  this.sessionCurrency = undefined;
  this.groups = undefined;
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryAdmin.prototype.getComposedType = function() { return this.composedType; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryAdmin.prototype.isLoginDisabled = function() { return this.loginDisabled; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryAdmin.prototype.getAllAttributes = function() { return this.allAttributes; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryAdmin.prototype.getUID = function() { return this.uID; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryAdmin.prototype.getModificationTime = function() { return this.modificationTime; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryAdmin.prototype.getPassword = function() { return this.password; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryAdmin.prototype.getDefaultDeliveryAddress = function() { return this.defaultDeliveryAddress; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryAdmin.prototype.getSessionAttributeDescriptors = function() { return this.sessionAttributeDescriptors; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryAdmin.prototype.getLastLogin = function() { return this.lastLogin; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryAdmin.prototype.getTenant = function() { return this.tenant; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryAdmin.prototype.getSessionLanguage = function() { return this.sessionLanguage; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryAdmin.prototype.getEmail = function() { return this.email; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryAdmin.prototype.getEncodedPassword = function() { return this.encodedPassword; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryAdmin.prototype.getImplementation = function() { return this.implementation; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryAdmin.prototype.getDescription = function() { return this.description; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryAdmin.prototype.getDefaultPaymentAddress = function() { return this.defaultPaymentAddress; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryAdmin.prototype.getName = function() { return this.name; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryAdmin.prototype.getOwner = function() { return this.owner; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryAdmin.prototype.getDefaultShippingAddress = function() { return this.defaultShippingAddress; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryAdmin.prototype.getLogin = function() { return this.login; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryAdmin.prototype.getSessionCurrency = function() { return this.sessionCurrency; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryAdmin.prototype.getGroups = function() { return this.groups; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryAdmin.prototype.setComposedType = function(composedType) { this.composedType = composedType; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryAdmin.prototype.setLoginDisabled = function(loginDisabled) { this.loginDisabled = loginDisabled; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryAdmin.prototype.setAllAttributes = function(allAttributes) { this.allAttributes = allAttributes; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryAdmin.prototype.setUID = function(uID) { this.uID = uID; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryAdmin.prototype.setModificationTime = function(modificationTime) { this.modificationTime = modificationTime; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryAdmin.prototype.setPassword = function(password) { this.password = password; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryAdmin.prototype.setDefaultDeliveryAddress = function(defaultDeliveryAddress) { this.defaultDeliveryAddress = defaultDeliveryAddress; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryAdmin.prototype.setSessionAttributeDescriptors = function(sessionAttributeDescriptors) { this.sessionAttributeDescriptors = sessionAttributeDescriptors; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryAdmin.prototype.setLastLogin = function(lastLogin) { this.lastLogin = lastLogin; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryAdmin.prototype.setTenant = function(tenant) { this.tenant = tenant; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryAdmin.prototype.setSessionLanguage = function(sessionLanguage) { this.sessionLanguage = sessionLanguage; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryAdmin.prototype.setEmail = function(email) { this.email = email; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryAdmin.prototype.setEncodedPassword = function(encodedPassword) { this.encodedPassword = encodedPassword; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryAdmin.prototype.setImplementation = function(implementation) { this.implementation = implementation; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryAdmin.prototype.setDescription = function(description) { this.description = description; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryAdmin.prototype.setDefaultPaymentAddress = function(defaultPaymentAddress) { this.defaultPaymentAddress = defaultPaymentAddress; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryAdmin.prototype.setName = function(name) { this.name = name; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryAdmin.prototype.setOwner = function(owner) { this.owner = owner; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryAdmin.prototype.setDefaultShippingAddress = function(defaultShippingAddress) { this.defaultShippingAddress = defaultShippingAddress; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryAdmin.prototype.setLogin = function(login) { this.login = login; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryAdmin.prototype.setSessionCurrency = function(sessionCurrency) { this.sessionCurrency = sessionCurrency; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryAdmin.prototype.setGroups = function(groups) { this.groups = groups; }
}

Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryAdmin.__name = "com.unic.msg.main.jalo.user.DealerAdminCountryAdmin";
Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryAdmin.__metadata = [
  {field: "composedType", type: "bean"},
  {field: "loginDisabled", type: "bool"},
  {field: "allAttributes", type: "map"},
  {field: "uID", type: "str"},
  {field: "modificationTime", type: "date"},
  {field: "password", type: "str"},
  {field: "defaultDeliveryAddress", type: "bean"},
  {field: "sessionAttributeDescriptors", type: "bag"},
  {field: "lastLogin", type: "date"},
  {field: "tenant", type: "bean"},
  {field: "sessionLanguage", type: "bean"},
  {field: "email", type: "str"},
  {field: "encodedPassword", type: "str"},
  {field: "description", type: "str"},
  {field: "implementation", type: "bean"},
  {field: "name", type: "str"},
  {field: "defaultPaymentAddress", type: "bean"},
  {field: "owner", type: "bean"},
  {field: "defaultShippingAddress", type: "bean"},
  {field: "login", type: "str"},
  {field: "sessionCurrency", type: "bean"},
  {field: "groups", type: "bean"}];

Seam.Remoting.registerType(Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerAdminCountryAdmin);

Seam.Remoting.type.com$unic$msg$main$jalo$base$MsgCountry = function() {
  this.composedType = undefined;
  this.allAttributes = undefined;
  this.displayDelear = undefined;
  this.dealerAdminCountryEntry = undefined;
  this.isoCode = undefined;
  this.modificationTime = undefined;
  this.dealerBrands = undefined;
  this.regions = undefined;
  this.countryAdmin = undefined;
  this.countryGroup = undefined;
  this.tenant = undefined;
  this.implementation = undefined;
  this.name = undefined;
  this.owner = undefined;
  this.active = undefined;
  this.zoomLevel = undefined;
  this.longitude = undefined;
  this.latitude = undefined;
  Seam.Remoting.type.com$unic$msg$main$jalo$base$MsgCountry.prototype.getComposedType = function() { return this.composedType; }
  Seam.Remoting.type.com$unic$msg$main$jalo$base$MsgCountry.prototype.getAllAttributes = function() { return this.allAttributes; }
  Seam.Remoting.type.com$unic$msg$main$jalo$base$MsgCountry.prototype.getDisplayDelear = function() { return this.displayDelear; }
  Seam.Remoting.type.com$unic$msg$main$jalo$base$MsgCountry.prototype.getDealerAdminCountryEntry = function() { return this.dealerAdminCountryEntry; }
  Seam.Remoting.type.com$unic$msg$main$jalo$base$MsgCountry.prototype.getIsoCode = function() { return this.isoCode; }
  Seam.Remoting.type.com$unic$msg$main$jalo$base$MsgCountry.prototype.getModificationTime = function() { return this.modificationTime; }
  Seam.Remoting.type.com$unic$msg$main$jalo$base$MsgCountry.prototype.getDealerBrands = function() { return this.dealerBrands; }
  Seam.Remoting.type.com$unic$msg$main$jalo$base$MsgCountry.prototype.getRegions = function() { return this.regions; }
  Seam.Remoting.type.com$unic$msg$main$jalo$base$MsgCountry.prototype.getCountryAdmin = function() { return this.countryAdmin; }
  Seam.Remoting.type.com$unic$msg$main$jalo$base$MsgCountry.prototype.getCountryGroup = function() { return this.countryGroup; }
  Seam.Remoting.type.com$unic$msg$main$jalo$base$MsgCountry.prototype.getTenant = function() { return this.tenant; }
  Seam.Remoting.type.com$unic$msg$main$jalo$base$MsgCountry.prototype.getImplementation = function() { return this.implementation; }
  Seam.Remoting.type.com$unic$msg$main$jalo$base$MsgCountry.prototype.getName = function() { return this.name; }
  Seam.Remoting.type.com$unic$msg$main$jalo$base$MsgCountry.prototype.getOwner = function() { return this.owner; }
  Seam.Remoting.type.com$unic$msg$main$jalo$base$MsgCountry.prototype.isActive = function() { return this.active; }
  Seam.Remoting.type.com$unic$msg$main$jalo$base$MsgCountry.prototype.getZoomLevel = function() { return this.zoomLevel; }
  Seam.Remoting.type.com$unic$msg$main$jalo$base$MsgCountry.prototype.getLongitude = function() { return this.longitude; }
  Seam.Remoting.type.com$unic$msg$main$jalo$base$MsgCountry.prototype.getLatitude = function() { return this.latitude; }
  Seam.Remoting.type.com$unic$msg$main$jalo$base$MsgCountry.prototype.setComposedType = function(composedType) { this.composedType = composedType; }
  Seam.Remoting.type.com$unic$msg$main$jalo$base$MsgCountry.prototype.setAllAttributes = function(allAttributes) { this.allAttributes = allAttributes; }
  Seam.Remoting.type.com$unic$msg$main$jalo$base$MsgCountry.prototype.setDisplayDelear = function(displayDelear) { this.displayDelear = displayDelear; }
  Seam.Remoting.type.com$unic$msg$main$jalo$base$MsgCountry.prototype.setDealerAdminCountryEntry = function(dealerAdminCountryEntry) { this.dealerAdminCountryEntry = dealerAdminCountryEntry; }
  Seam.Remoting.type.com$unic$msg$main$jalo$base$MsgCountry.prototype.setIsoCode = function(isoCode) { this.isoCode = isoCode; }
  Seam.Remoting.type.com$unic$msg$main$jalo$base$MsgCountry.prototype.setModificationTime = function(modificationTime) { this.modificationTime = modificationTime; }
  Seam.Remoting.type.com$unic$msg$main$jalo$base$MsgCountry.prototype.setDealerBrands = function(dealerBrands) { this.dealerBrands = dealerBrands; }
  Seam.Remoting.type.com$unic$msg$main$jalo$base$MsgCountry.prototype.setRegions = function(regions) { this.regions = regions; }
  Seam.Remoting.type.com$unic$msg$main$jalo$base$MsgCountry.prototype.setCountryAdmin = function(countryAdmin) { this.countryAdmin = countryAdmin; }
  Seam.Remoting.type.com$unic$msg$main$jalo$base$MsgCountry.prototype.setCountryGroup = function(countryGroup) { this.countryGroup = countryGroup; }
  Seam.Remoting.type.com$unic$msg$main$jalo$base$MsgCountry.prototype.setTenant = function(tenant) { this.tenant = tenant; }
  Seam.Remoting.type.com$unic$msg$main$jalo$base$MsgCountry.prototype.setImplementation = function(implementation) { this.implementation = implementation; }
  Seam.Remoting.type.com$unic$msg$main$jalo$base$MsgCountry.prototype.setName = function(name) { this.name = name; }
  Seam.Remoting.type.com$unic$msg$main$jalo$base$MsgCountry.prototype.setOwner = function(owner) { this.owner = owner; }
  Seam.Remoting.type.com$unic$msg$main$jalo$base$MsgCountry.prototype.setActive = function(active) { this.active = active; }
  Seam.Remoting.type.com$unic$msg$main$jalo$base$MsgCountry.prototype.setZoomLevel = function(zoomLevel) { this.zoomLevel = zoomLevel; }
  Seam.Remoting.type.com$unic$msg$main$jalo$base$MsgCountry.prototype.setLongitude = function(longitude) { this.longitude = longitude; }
  Seam.Remoting.type.com$unic$msg$main$jalo$base$MsgCountry.prototype.setLatitude = function(latitude) { this.latitude = latitude; }
}

Seam.Remoting.type.com$unic$msg$main$jalo$base$MsgCountry.__name = "com.unic.msg.main.jalo.base.MsgCountry";
Seam.Remoting.type.com$unic$msg$main$jalo$base$MsgCountry.__metadata = [
  {field: "composedType", type: "bean"},
  {field: "allAttributes", type: "map"},
  {field: "displayDelear", type: "bag"},
  {field: "dealerAdminCountryEntry", type: "bag"},
  {field: "isoCode", type: "str"},
  {field: "modificationTime", type: "date"},
  {field: "dealerBrands", type: "bag"},
  {field: "regions", type: "bag"},
  {field: "countryAdmin", type: "bean"},
  {field: "countryGroup", type: "bean"},
  {field: "tenant", type: "bean"},
  {field: "implementation", type: "bean"},
  {field: "name", type: "str"},
  {field: "owner", type: "bean"},
  {field: "active", type: "bool"},
  {field: "longitude", type: "number"},
  {field: "zoomLevel", type: "number"},
  {field: "latitude", type: "number"}];

Seam.Remoting.registerType(Seam.Remoting.type.com$unic$msg$main$jalo$base$MsgCountry);

Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerCategory = function() {
  this.composedType = undefined;
  this.position = undefined;
  this.allName = undefined;
  this.allAttributes = undefined;
  this.useClustering = undefined;
  this.modificationTime = undefined;
  this.code = undefined;
  this.selected = undefined;
  this.tenant = undefined;
  this.displayCountry = undefined;
  this.allDescription = undefined;
  this.flagImage = undefined;
  this.implementation = undefined;
  this.description = undefined;
  this.name = undefined;
  this.owner = undefined;
  this.flagImageSmall = undefined;
  this.displayBrand = undefined;
  this.displayDealer = undefined;
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerCategory.prototype.getComposedType = function() { return this.composedType; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerCategory.prototype.getPosition = function() { return this.position; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerCategory.prototype.getAllName = function() { return this.allName; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerCategory.prototype.getAllAttributes = function() { return this.allAttributes; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerCategory.prototype.isUseClustering = function() { return this.useClustering; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerCategory.prototype.getModificationTime = function() { return this.modificationTime; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerCategory.prototype.getCode = function() { return this.code; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerCategory.prototype.isSelected = function() { return this.selected; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerCategory.prototype.getTenant = function() { return this.tenant; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerCategory.prototype.getDisplayCountry = function() { return this.displayCountry; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerCategory.prototype.getAllDescription = function() { return this.allDescription; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerCategory.prototype.getFlagImage = function() { return this.flagImage; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerCategory.prototype.getImplementation = function() { return this.implementation; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerCategory.prototype.getDescription = function() { return this.description; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerCategory.prototype.getName = function() { return this.name; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerCategory.prototype.getOwner = function() { return this.owner; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerCategory.prototype.getFlagImageSmall = function() { return this.flagImageSmall; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerCategory.prototype.getDisplayBrand = function() { return this.displayBrand; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerCategory.prototype.getDisplayDealer = function() { return this.displayDealer; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerCategory.prototype.setComposedType = function(composedType) { this.composedType = composedType; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerCategory.prototype.setPosition = function(position) { this.position = position; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerCategory.prototype.setAllName = function(allName) { this.allName = allName; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerCategory.prototype.setAllAttributes = function(allAttributes) { this.allAttributes = allAttributes; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerCategory.prototype.setUseClustering = function(useClustering) { this.useClustering = useClustering; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerCategory.prototype.setModificationTime = function(modificationTime) { this.modificationTime = modificationTime; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerCategory.prototype.setCode = function(code) { this.code = code; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerCategory.prototype.setSelected = function(selected) { this.selected = selected; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerCategory.prototype.setTenant = function(tenant) { this.tenant = tenant; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerCategory.prototype.setDisplayCountry = function(displayCountry) { this.displayCountry = displayCountry; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerCategory.prototype.setAllDescription = function(allDescription) { this.allDescription = allDescription; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerCategory.prototype.setFlagImage = function(flagImage) { this.flagImage = flagImage; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerCategory.prototype.setImplementation = function(implementation) { this.implementation = implementation; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerCategory.prototype.setDescription = function(description) { this.description = description; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerCategory.prototype.setName = function(name) { this.name = name; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerCategory.prototype.setOwner = function(owner) { this.owner = owner; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerCategory.prototype.setFlagImageSmall = function(flagImageSmall) { this.flagImageSmall = flagImageSmall; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerCategory.prototype.setDisplayBrand = function(displayBrand) { this.displayBrand = displayBrand; }
  Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerCategory.prototype.setDisplayDealer = function(displayDealer) { this.displayDealer = displayDealer; }
}

Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerCategory.__name = "com.unic.msg.main.jalo.user.DealerCategory";
Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerCategory.__metadata = [
  {field: "composedType", type: "bean"},
  {field: "position", type: "number"},
  {field: "allName", type: "map"},
  {field: "allAttributes", type: "map"},
  {field: "useClustering", type: "bool"},
  {field: "modificationTime", type: "date"},
  {field: "code", type: "str"},
  {field: "selected", type: "bool"},
  {field: "tenant", type: "bean"},
  {field: "displayCountry", type: "bag"},
  {field: "allDescription", type: "map"},
  {field: "flagImage", type: "bean"},
  {field: "description", type: "str"},
  {field: "implementation", type: "bean"},
  {field: "name", type: "str"},
  {field: "owner", type: "bean"},
  {field: "flagImageSmall", type: "bean"},
  {field: "displayBrand", type: "bean"},
  {field: "displayDealer", type: "bag"}];

Seam.Remoting.registerType(Seam.Remoting.type.com$unic$msg$main$jalo$user$DealerCategory);

Seam.Remoting.type.storeLocatorBean = function() {
  this.dealerCategories = undefined;
  this.northEastLat = undefined;
  this.dealersByBounds = undefined;
  this.beforeSelectedCountry = undefined;
  this.noResult = undefined;
  this.useClustering = undefined;
  this.northEastLng = undefined;
  this.countries = undefined;
  this.dealerProductCategories = undefined;
  this.selectedDealerProductCategories = undefined;
  this.countryGroup = undefined;
  this.activeWebsite = undefined;
  this.jsonDealers = undefined;
  this.initCountryZoomLevel = undefined;
  this.address = undefined;
  this.southWestLat = undefined;
  this.selectedCountry = undefined;
  this.dealersByProductCategory = undefined;
  this.southWestLng = undefined;
  this.selectedDealerCategory = undefined;
  this.zoomLevel = undefined;
  this.noResultCountry = undefined;
  this.dealersByCategory = undefined;
  this.mapType = undefined;
  Seam.Remoting.type.storeLocatorBean.prototype.getDealerCategories = function() { return this.dealerCategories; }
  Seam.Remoting.type.storeLocatorBean.prototype.getNorthEastLat = function() { return this.northEastLat; }
  Seam.Remoting.type.storeLocatorBean.prototype.getDealersByBounds = function() { return this.dealersByBounds; }
  Seam.Remoting.type.storeLocatorBean.prototype.getBeforeSelectedCountry = function() { return this.beforeSelectedCountry; }
  Seam.Remoting.type.storeLocatorBean.prototype.isNoResult = function() { return this.noResult; }
  Seam.Remoting.type.storeLocatorBean.prototype.isUseClustering = function() { return this.useClustering; }
  Seam.Remoting.type.storeLocatorBean.prototype.getNorthEastLng = function() { return this.northEastLng; }
  Seam.Remoting.type.storeLocatorBean.prototype.getCountries = function() { return this.countries; }
  Seam.Remoting.type.storeLocatorBean.prototype.getDealerProductCategories = function() { return this.dealerProductCategories; }
  Seam.Remoting.type.storeLocatorBean.prototype.getSelectedDealerProductCategories = function() { return this.selectedDealerProductCategories; }
  Seam.Remoting.type.storeLocatorBean.prototype.getSelectedDealerProductCategories = function() { return this.countryGroup; }
  Seam.Remoting.type.storeLocatorBean.prototype.getActiveWebsite = function() { return this.activeWebsite; }
  Seam.Remoting.type.storeLocatorBean.prototype.getJsonDealers = function() { return this.jsonDealers; }
  Seam.Remoting.type.storeLocatorBean.prototype.getInitCountryZoomLevel = function() { return this.initCountryZoomLevel; }
  Seam.Remoting.type.storeLocatorBean.prototype.getAddress = function() { return this.address; }
  Seam.Remoting.type.storeLocatorBean.prototype.getSouthWestLat = function() { return this.southWestLat; }
  Seam.Remoting.type.storeLocatorBean.prototype.getSelectedCountry = function() { return this.selectedCountry; }
  Seam.Remoting.type.storeLocatorBean.prototype.getDealersByProductCategory = function() { return this.dealersByProductCategory; }
  Seam.Remoting.type.storeLocatorBean.prototype.getSouthWestLng = function() { return this.southWestLng; }
  Seam.Remoting.type.storeLocatorBean.prototype.getSelectedDealerCategory = function() { return this.selectedDealerCategory; }
  Seam.Remoting.type.storeLocatorBean.prototype.getZoomLevel = function() { return this.zoomLevel; }
  Seam.Remoting.type.storeLocatorBean.prototype.getNoResultCountry = function() { return this.noResultCountry; }
  Seam.Remoting.type.storeLocatorBean.prototype.getDealersByCategory = function() { return this.dealersByCategory; }
  Seam.Remoting.type.storeLocatorBean.prototype.getMapType = function() { return this.mapType; }
  Seam.Remoting.type.storeLocatorBean.prototype.setDealerCategories = function(dealerCategories) { this.dealerCategories = dealerCategories; }
  Seam.Remoting.type.storeLocatorBean.prototype.setNorthEastLat = function(northEastLat) { this.northEastLat = northEastLat; }
  Seam.Remoting.type.storeLocatorBean.prototype.setDealersByBounds = function(dealersByBounds) { this.dealersByBounds = dealersByBounds; }
  Seam.Remoting.type.storeLocatorBean.prototype.setBeforeSelectedCountry = function(beforeSelectedCountry) { this.beforeSelectedCountry = beforeSelectedCountry; }
  Seam.Remoting.type.storeLocatorBean.prototype.setNoResult = function(noResult) { this.noResult = noResult; }
  Seam.Remoting.type.storeLocatorBean.prototype.setUseClustering = function(useClustering) { this.useClustering = useClustering; }
  Seam.Remoting.type.storeLocatorBean.prototype.setNorthEastLng = function(northEastLng) { this.northEastLng = northEastLng; }
  Seam.Remoting.type.storeLocatorBean.prototype.setNorthEastLng = function(countries) { this.countries = countries; }
  Seam.Remoting.type.storeLocatorBean.prototype.setDealerProductCategories = function(dealerProductCategories) { this.dealerProductCategories = dealerProductCategories; }
  Seam.Remoting.type.storeLocatorBean.prototype.setSelectedDealerProductCategories = function(selectedDealerProductCategories) { this.selectedDealerProductCategories = selectedDealerProductCategories; }
  Seam.Remoting.type.storeLocatorBean.prototype.setCountryGroup = function(countryGroup) { this.countryGroup = countryGroup; }
  Seam.Remoting.type.storeLocatorBean.prototype.setCountryGroup = function(activeWebsite) { this.activeWebsite = activeWebsite; }
  Seam.Remoting.type.storeLocatorBean.prototype.setJsonDealers = function(jsonDealers) { this.jsonDealers = jsonDealers; }
  Seam.Remoting.type.storeLocatorBean.prototype.setInitCountryZoomLevel = function(initCountryZoomLevel) { this.initCountryZoomLevel = initCountryZoomLevel; }
  Seam.Remoting.type.storeLocatorBean.prototype.setAddress = function(address) { this.address = address; }
  Seam.Remoting.type.storeLocatorBean.prototype.setSouthWestLat = function(southWestLat) { this.southWestLat = southWestLat; }
  Seam.Remoting.type.storeLocatorBean.prototype.setSelectedCountry = function(selectedCountry) { this.selectedCountry = selectedCountry; }
  Seam.Remoting.type.storeLocatorBean.prototype.setDealersByProductCategory = function(dealersByProductCategory) { this.dealersByProductCategory = dealersByProductCategory; }
  Seam.Remoting.type.storeLocatorBean.prototype.setSouthWestLng = function(southWestLng) { this.southWestLng = southWestLng; }
  Seam.Remoting.type.storeLocatorBean.prototype.setSelectedDealerCategory = function(selectedDealerCategory) { this.selectedDealerCategory = selectedDealerCategory; }
  Seam.Remoting.type.storeLocatorBean.prototype.setZoomLevel = function(zoomLevel) { this.zoomLevel = zoomLevel; }
  Seam.Remoting.type.storeLocatorBean.prototype.setNoResultCountry = function(noResultCountry) { this.noResultCountry = noResultCountry; }
  Seam.Remoting.type.storeLocatorBean.prototype.setDealersByCategory = function(dealersByCategory) { this.dealersByCategory = dealersByCategory; }
  Seam.Remoting.type.storeLocatorBean.prototype.setMapType = function(mapType) { this.mapType = mapType; }
}

Seam.Remoting.type.storeLocatorBean.__name = "storeLocatorBean";
Seam.Remoting.type.storeLocatorBean.__metadata = [
  {field: "dealerCategories", type: "bag"},
  {field: "northEastLat", type: "str"},
  {field: "dealersByBounds", type: "bag"},
  {field: "beforeSelectedCountry", type: "bean"},
  {field: "noResult", type: "bool"},
  {field: "useClustering", type: "bool"},
  {field: "northEastLng", type: "str"},
  {field: "countries", type: "bag"},
  {field: "dealerProductCategories", type: "bag"},
  {field: "selectedDealerProductCategories", type: "bag"},
  {field: "countryGroup", type: "bean"},
  {field: "activeWebsite", type: "bean"},
  {field: "jsonDealers", type: "str"},
  {field: "address", type: "str"},
  {field: "initCountryZoomLevel", type: "number"},
  {field: "dealersByProductCategory", type: "bag"},
  {field: "selectedCountry", type: "bean"},
  {field: "southWestLat", type: "str"},
  {field: "southWestLng", type: "str"},
  {field: "selectedDealerCategory", type: "bean"},
  {field: "noResultCountry", type: "bean"},
  {field: "zoomLevel", type: "number"},
  {field: "dealersByCategory", type: "bag"},
  {field: "mapType", type: "str"}];

Seam.Component.register(Seam.Remoting.type.storeLocatorBean);

