Seam.Remoting.type.pl$net$scentia$model$user$Role = function() {
  this.root = undefined;
  this.lastModifyUser = undefined;
  this.parent = undefined;
  this.roleName = undefined;
  this.subroleList = undefined;
  this.deleted = undefined;
  this.id = undefined;
  this.selected = undefined;
  this.createUser = undefined;
  this.description = undefined;
  this.lastModifyDate = undefined;
  this.createDate = undefined;
  Seam.Remoting.type.pl$net$scentia$model$user$Role.prototype.isRoot = function() { return this.root; }
  Seam.Remoting.type.pl$net$scentia$model$user$Role.prototype.getLastModifyUser = function() { return this.lastModifyUser; }
  Seam.Remoting.type.pl$net$scentia$model$user$Role.prototype.getParent = function() { return this.parent; }
  Seam.Remoting.type.pl$net$scentia$model$user$Role.prototype.getRoleName = function() { return this.roleName; }
  Seam.Remoting.type.pl$net$scentia$model$user$Role.prototype.getSubroleList = function() { return this.subroleList; }
  Seam.Remoting.type.pl$net$scentia$model$user$Role.prototype.isDeleted = function() { return this.deleted; }
  Seam.Remoting.type.pl$net$scentia$model$user$Role.prototype.getId = function() { return this.id; }
  Seam.Remoting.type.pl$net$scentia$model$user$Role.prototype.isSelected = function() { return this.selected; }
  Seam.Remoting.type.pl$net$scentia$model$user$Role.prototype.getCreateUser = function() { return this.createUser; }
  Seam.Remoting.type.pl$net$scentia$model$user$Role.prototype.getDescription = function() { return this.description; }
  Seam.Remoting.type.pl$net$scentia$model$user$Role.prototype.getLastModifyDate = function() { return this.lastModifyDate; }
  Seam.Remoting.type.pl$net$scentia$model$user$Role.prototype.getCreateDate = function() { return this.createDate; }
  Seam.Remoting.type.pl$net$scentia$model$user$Role.prototype.setRoot = function(root) { this.root = root; }
  Seam.Remoting.type.pl$net$scentia$model$user$Role.prototype.setLastModifyUser = function(lastModifyUser) { this.lastModifyUser = lastModifyUser; }
  Seam.Remoting.type.pl$net$scentia$model$user$Role.prototype.setParent = function(parent) { this.parent = parent; }
  Seam.Remoting.type.pl$net$scentia$model$user$Role.prototype.setRoleName = function(roleName) { this.roleName = roleName; }
  Seam.Remoting.type.pl$net$scentia$model$user$Role.prototype.setSubroleList = function(subroleList) { this.subroleList = subroleList; }
  Seam.Remoting.type.pl$net$scentia$model$user$Role.prototype.setDeleted = function(deleted) { this.deleted = deleted; }
  Seam.Remoting.type.pl$net$scentia$model$user$Role.prototype.setId = function(id) { this.id = id; }
  Seam.Remoting.type.pl$net$scentia$model$user$Role.prototype.setSelected = function(selected) { this.selected = selected; }
  Seam.Remoting.type.pl$net$scentia$model$user$Role.prototype.setCreateUser = function(createUser) { this.createUser = createUser; }
  Seam.Remoting.type.pl$net$scentia$model$user$Role.prototype.setDescription = function(description) { this.description = description; }
  Seam.Remoting.type.pl$net$scentia$model$user$Role.prototype.setLastModifyDate = function(lastModifyDate) { this.lastModifyDate = lastModifyDate; }
  Seam.Remoting.type.pl$net$scentia$model$user$Role.prototype.setCreateDate = function(createDate) { this.createDate = createDate; }
}

Seam.Remoting.type.pl$net$scentia$model$user$Role.__name = "pl.net.scentia.model.user.Role";
Seam.Remoting.type.pl$net$scentia$model$user$Role.__metadata = [
  {field: "id", type: "number"},
  {field: "createUser", type: "bean"},
  {field: "selected", type: "bool"},
  {field: "root", type: "bool"},
  {field: "description", type: "str"},
  {field: "lastModifyUser", type: "bean"},
  {field: "parent", type: "bean"},
  {field: "lastModifyDate", type: "date"},
  {field: "roleName", type: "str"},
  {field: "createDate", type: "date"},
  {field: "deleted", type: "bool"},
  {field: "subroleList", type: "bag"}];

Seam.Remoting.registerType(Seam.Remoting.type.pl$net$scentia$model$user$Role);

Seam.Remoting.type.pl$net$scentia$model$user$UserEntity = function() {
  this.emailPassword = undefined;
  this.systememail = undefined;
  this.lastModifyUser = undefined;
  this.surname = undefined;
  this.emailConfirm = undefined;
  this.deleted = undefined;
  this.password = undefined;
  this.id = undefined;
  this.roleList = undefined;
  this.selected = undefined;
  this.createUser = undefined;
  this.email = undefined;
  this.name = undefined;
  this.lastModifyDate = undefined;
  this.login = undefined;
  this.blocked = undefined;
  this.createDate = undefined;
  Seam.Remoting.type.pl$net$scentia$model$user$UserEntity.prototype.getEmailPassword = function() { return this.emailPassword; }
  Seam.Remoting.type.pl$net$scentia$model$user$UserEntity.prototype.getSystememail = function() { return this.systememail; }
  Seam.Remoting.type.pl$net$scentia$model$user$UserEntity.prototype.getLastModifyUser = function() { return this.lastModifyUser; }
  Seam.Remoting.type.pl$net$scentia$model$user$UserEntity.prototype.getSurname = function() { return this.surname; }
  Seam.Remoting.type.pl$net$scentia$model$user$UserEntity.prototype.isEmailConfirm = function() { return this.emailConfirm; }
  Seam.Remoting.type.pl$net$scentia$model$user$UserEntity.prototype.isDeleted = function() { return this.deleted; }
  Seam.Remoting.type.pl$net$scentia$model$user$UserEntity.prototype.getPassword = function() { return this.password; }
  Seam.Remoting.type.pl$net$scentia$model$user$UserEntity.prototype.getId = function() { return this.id; }
  Seam.Remoting.type.pl$net$scentia$model$user$UserEntity.prototype.getRoleList = function() { return this.roleList; }
  Seam.Remoting.type.pl$net$scentia$model$user$UserEntity.prototype.isSelected = function() { return this.selected; }
  Seam.Remoting.type.pl$net$scentia$model$user$UserEntity.prototype.getCreateUser = function() { return this.createUser; }
  Seam.Remoting.type.pl$net$scentia$model$user$UserEntity.prototype.getEmail = function() { return this.email; }
  Seam.Remoting.type.pl$net$scentia$model$user$UserEntity.prototype.getName = function() { return this.name; }
  Seam.Remoting.type.pl$net$scentia$model$user$UserEntity.prototype.getLastModifyDate = function() { return this.lastModifyDate; }
  Seam.Remoting.type.pl$net$scentia$model$user$UserEntity.prototype.getLogin = function() { return this.login; }
  Seam.Remoting.type.pl$net$scentia$model$user$UserEntity.prototype.isBlocked = function() { return this.blocked; }
  Seam.Remoting.type.pl$net$scentia$model$user$UserEntity.prototype.getCreateDate = function() { return this.createDate; }
  Seam.Remoting.type.pl$net$scentia$model$user$UserEntity.prototype.setEmailPassword = function(emailPassword) { this.emailPassword = emailPassword; }
  Seam.Remoting.type.pl$net$scentia$model$user$UserEntity.prototype.setSystememail = function(systememail) { this.systememail = systememail; }
  Seam.Remoting.type.pl$net$scentia$model$user$UserEntity.prototype.setLastModifyUser = function(lastModifyUser) { this.lastModifyUser = lastModifyUser; }
  Seam.Remoting.type.pl$net$scentia$model$user$UserEntity.prototype.setSurname = function(surname) { this.surname = surname; }
  Seam.Remoting.type.pl$net$scentia$model$user$UserEntity.prototype.setEmailConfirm = function(emailConfirm) { this.emailConfirm = emailConfirm; }
  Seam.Remoting.type.pl$net$scentia$model$user$UserEntity.prototype.setDeleted = function(deleted) { this.deleted = deleted; }
  Seam.Remoting.type.pl$net$scentia$model$user$UserEntity.prototype.setPassword = function(password) { this.password = password; }
  Seam.Remoting.type.pl$net$scentia$model$user$UserEntity.prototype.setId = function(id) { this.id = id; }
  Seam.Remoting.type.pl$net$scentia$model$user$UserEntity.prototype.setRoleList = function(roleList) { this.roleList = roleList; }
  Seam.Remoting.type.pl$net$scentia$model$user$UserEntity.prototype.setSelected = function(selected) { this.selected = selected; }
  Seam.Remoting.type.pl$net$scentia$model$user$UserEntity.prototype.setCreateUser = function(createUser) { this.createUser = createUser; }
  Seam.Remoting.type.pl$net$scentia$model$user$UserEntity.prototype.setEmail = function(email) { this.email = email; }
  Seam.Remoting.type.pl$net$scentia$model$user$UserEntity.prototype.setName = function(name) { this.name = name; }
  Seam.Remoting.type.pl$net$scentia$model$user$UserEntity.prototype.setLastModifyDate = function(lastModifyDate) { this.lastModifyDate = lastModifyDate; }
  Seam.Remoting.type.pl$net$scentia$model$user$UserEntity.prototype.setLogin = function(login) { this.login = login; }
  Seam.Remoting.type.pl$net$scentia$model$user$UserEntity.prototype.setBlocked = function(blocked) { this.blocked = blocked; }
  Seam.Remoting.type.pl$net$scentia$model$user$UserEntity.prototype.setCreateDate = function(createDate) { this.createDate = createDate; }
}

Seam.Remoting.type.pl$net$scentia$model$user$UserEntity.__name = "pl.net.scentia.model.user.UserEntity";
Seam.Remoting.type.pl$net$scentia$model$user$UserEntity.__metadata = [
  {field: "emailPassword", type: "str"},
  {field: "systememail", type: "str"},
  {field: "lastModifyUser", type: "bean"},
  {field: "surname", type: "str"},
  {field: "emailConfirm", type: "bool"},
  {field: "deleted", type: "bool"},
  {field: "password", type: "str"},
  {field: "id", type: "number"},
  {field: "roleList", type: "bag"},
  {field: "selected", type: "bool"},
  {field: "createUser", type: "bean"},
  {field: "email", type: "str"},
  {field: "name", type: "str"},
  {field: "blocked", type: "bool"},
  {field: "login", type: "str"},
  {field: "lastModifyDate", type: "date"},
  {field: "createDate", type: "date"}];

Seam.Remoting.registerType(Seam.Remoting.type.pl$net$scentia$model$user$UserEntity);

Seam.Remoting.type.pl$net$scentia$model$files$FileItem = function() {
  this.fileList = undefined;
  this.fileType = undefined;
  this.catalog = undefined;
  this.lastModifyUser = undefined;
  this.newVersion = undefined;
  this.contentType = undefined;
  this.deleted = undefined;
  this.editable = undefined;
  this.version = undefined;
  this.id = undefined;
  this.fileSize = undefined;
  this.createUser = undefined;
  this.selected = undefined;
  this.oldVersionList = undefined;
  this.name = undefined;
  this.path = undefined;
  this.fileExtention = undefined;
  this.lastModifyDate = undefined;
  this.createDate = undefined;
  Seam.Remoting.type.pl$net$scentia$model$files$FileItem.prototype.getFileList = function() { return this.fileList; }
  Seam.Remoting.type.pl$net$scentia$model$files$FileItem.prototype.getFileType = function() { return this.fileType; }
  Seam.Remoting.type.pl$net$scentia$model$files$FileItem.prototype.getCatalog = function() { return this.catalog; }
  Seam.Remoting.type.pl$net$scentia$model$files$FileItem.prototype.getLastModifyUser = function() { return this.lastModifyUser; }
  Seam.Remoting.type.pl$net$scentia$model$files$FileItem.prototype.getNewVersion = function() { return this.newVersion; }
  Seam.Remoting.type.pl$net$scentia$model$files$FileItem.prototype.getContentType = function() { return this.contentType; }
  Seam.Remoting.type.pl$net$scentia$model$files$FileItem.prototype.isDeleted = function() { return this.deleted; }
  Seam.Remoting.type.pl$net$scentia$model$files$FileItem.prototype.getEditable = function() { return this.editable; }
  Seam.Remoting.type.pl$net$scentia$model$files$FileItem.prototype.getVersion = function() { return this.version; }
  Seam.Remoting.type.pl$net$scentia$model$files$FileItem.prototype.getId = function() { return this.id; }
  Seam.Remoting.type.pl$net$scentia$model$files$FileItem.prototype.getFileSize = function() { return this.fileSize; }
  Seam.Remoting.type.pl$net$scentia$model$files$FileItem.prototype.getCreateUser = function() { return this.createUser; }
  Seam.Remoting.type.pl$net$scentia$model$files$FileItem.prototype.isSelected = function() { return this.selected; }
  Seam.Remoting.type.pl$net$scentia$model$files$FileItem.prototype.getOldVersionList = function() { return this.oldVersionList; }
  Seam.Remoting.type.pl$net$scentia$model$files$FileItem.prototype.getName = function() { return this.name; }
  Seam.Remoting.type.pl$net$scentia$model$files$FileItem.prototype.getPath = function() { return this.path; }
  Seam.Remoting.type.pl$net$scentia$model$files$FileItem.prototype.getFileExtention = function() { return this.fileExtention; }
  Seam.Remoting.type.pl$net$scentia$model$files$FileItem.prototype.getLastModifyDate = function() { return this.lastModifyDate; }
  Seam.Remoting.type.pl$net$scentia$model$files$FileItem.prototype.getCreateDate = function() { return this.createDate; }
  Seam.Remoting.type.pl$net$scentia$model$files$FileItem.prototype.setFileList = function(fileList) { this.fileList = fileList; }
  Seam.Remoting.type.pl$net$scentia$model$files$FileItem.prototype.setFileType = function(fileType) { this.fileType = fileType; }
  Seam.Remoting.type.pl$net$scentia$model$files$FileItem.prototype.setCatalog = function(catalog) { this.catalog = catalog; }
  Seam.Remoting.type.pl$net$scentia$model$files$FileItem.prototype.setLastModifyUser = function(lastModifyUser) { this.lastModifyUser = lastModifyUser; }
  Seam.Remoting.type.pl$net$scentia$model$files$FileItem.prototype.setNewVersion = function(newVersion) { this.newVersion = newVersion; }
  Seam.Remoting.type.pl$net$scentia$model$files$FileItem.prototype.setContentType = function(contentType) { this.contentType = contentType; }
  Seam.Remoting.type.pl$net$scentia$model$files$FileItem.prototype.setDeleted = function(deleted) { this.deleted = deleted; }
  Seam.Remoting.type.pl$net$scentia$model$files$FileItem.prototype.setEditable = function(editable) { this.editable = editable; }
  Seam.Remoting.type.pl$net$scentia$model$files$FileItem.prototype.setVersion = function(version) { this.version = version; }
  Seam.Remoting.type.pl$net$scentia$model$files$FileItem.prototype.setId = function(id) { this.id = id; }
  Seam.Remoting.type.pl$net$scentia$model$files$FileItem.prototype.setFileSize = function(fileSize) { this.fileSize = fileSize; }
  Seam.Remoting.type.pl$net$scentia$model$files$FileItem.prototype.setCreateUser = function(createUser) { this.createUser = createUser; }
  Seam.Remoting.type.pl$net$scentia$model$files$FileItem.prototype.setSelected = function(selected) { this.selected = selected; }
  Seam.Remoting.type.pl$net$scentia$model$files$FileItem.prototype.setOldVersionList = function(oldVersionList) { this.oldVersionList = oldVersionList; }
  Seam.Remoting.type.pl$net$scentia$model$files$FileItem.prototype.setName = function(name) { this.name = name; }
  Seam.Remoting.type.pl$net$scentia$model$files$FileItem.prototype.setPath = function(path) { this.path = path; }
  Seam.Remoting.type.pl$net$scentia$model$files$FileItem.prototype.setFileExtention = function(fileExtention) { this.fileExtention = fileExtention; }
  Seam.Remoting.type.pl$net$scentia$model$files$FileItem.prototype.setLastModifyDate = function(lastModifyDate) { this.lastModifyDate = lastModifyDate; }
  Seam.Remoting.type.pl$net$scentia$model$files$FileItem.prototype.setCreateDate = function(createDate) { this.createDate = createDate; }
}

Seam.Remoting.type.pl$net$scentia$model$files$FileItem.__name = "pl.net.scentia.model.files.FileItem";
Seam.Remoting.type.pl$net$scentia$model$files$FileItem.__metadata = [
  {field: "fileList", type: "bag"},
  {field: "fileType", type: "str"},
  {field: "catalog", type: "bean"},
  {field: "lastModifyUser", type: "bean"},
  {field: "newVersion", type: "bean"},
  {field: "contentType", type: "str"},
  {field: "deleted", type: "bool"},
  {field: "editable", type: "bool"},
  {field: "version", type: "number"},
  {field: "id", type: "number"},
  {field: "fileSize", type: "number"},
  {field: "createUser", type: "bean"},
  {field: "selected", type: "bool"},
  {field: "oldVersionList", type: "bag"},
  {field: "name", type: "str"},
  {field: "fileExtention", type: "str"},
  {field: "path", type: "str"},
  {field: "lastModifyDate", type: "date"},
  {field: "createDate", type: "date"}];

Seam.Remoting.registerType(Seam.Remoting.type.pl$net$scentia$model$files$FileItem);

Seam.Remoting.type.pl$net$scentia$model$ksinvoice$KsInvoice = function() {
  this.rodzajDokumentu = undefined;
  this.RodzajDokumentu = undefined;
  this.PodstawaKorekty = undefined;
  this.sposobKodowania = undefined;
  this.IdentOryginalu = undefined;
  this.id = undefined;
  this.identWewnDok = undefined;
  this.identOryginalu = undefined;
  this.TerminPlatnosci = undefined;
  this.DataWystawienia = undefined;
  this.informacjeZakupu = undefined;
  this.uwagi = undefined;
  this.numerWewnCentrali = undefined;
  this.SymbolDokumentu = undefined;
  this.DataSprzedazy = undefined;
  this.netto = undefined;
  this.fileItem = undefined;
  this.SposobKodowania = undefined;
  this.InformacjeZakupu = undefined;
  this.dataWystawienia = undefined;
  this.Uwagi = undefined;
  this.symbolDokumentu = undefined;
  this.identOdbiorcy = undefined;
  this.podstawaKorekty = undefined;
  this.IdentWewnDok = undefined;
  this.brutto = undefined;
  this.NumerWewnCentrali = undefined;
  this.IdentDostawcy = undefined;
  this.items = undefined;
  this.StandardPL = undefined;
  this.IdentOdbiorcy = undefined;
  this.dataSprzedazy = undefined;
  this.terminPlatnosci = undefined;
  this.standardPL = undefined;
  this.identDostawcy = undefined;
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$KsInvoice.prototype.getRodzajDokumentu = function() { return this.rodzajDokumentu; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$KsInvoice.prototype.getRodzajDokumentu = function() { return this.RodzajDokumentu; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$KsInvoice.prototype.getPodstawaKorekty = function() { return this.PodstawaKorekty; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$KsInvoice.prototype.getSposobKodowania = function() { return this.sposobKodowania; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$KsInvoice.prototype.getIdentOryginalu = function() { return this.IdentOryginalu; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$KsInvoice.prototype.getId = function() { return this.id; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$KsInvoice.prototype.getIdentWewnDok = function() { return this.identWewnDok; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$KsInvoice.prototype.getIdentOryginalu = function() { return this.identOryginalu; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$KsInvoice.prototype.getTerminPlatnosci = function() { return this.TerminPlatnosci; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$KsInvoice.prototype.getDataWystawienia = function() { return this.DataWystawienia; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$KsInvoice.prototype.getInformacjeZakupu = function() { return this.informacjeZakupu; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$KsInvoice.prototype.getUwagi = function() { return this.uwagi; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$KsInvoice.prototype.getNumerWewnCentrali = function() { return this.numerWewnCentrali; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$KsInvoice.prototype.getSymbolDokumentu = function() { return this.SymbolDokumentu; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$KsInvoice.prototype.getDataSprzedazy = function() { return this.DataSprzedazy; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$KsInvoice.prototype.getNetto = function() { return this.netto; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$KsInvoice.prototype.getFileItem = function() { return this.fileItem; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$KsInvoice.prototype.getSposobKodowania = function() { return this.SposobKodowania; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$KsInvoice.prototype.getInformacjeZakupu = function() { return this.InformacjeZakupu; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$KsInvoice.prototype.getDataWystawienia = function() { return this.dataWystawienia; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$KsInvoice.prototype.getUwagi = function() { return this.Uwagi; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$KsInvoice.prototype.getSymbolDokumentu = function() { return this.symbolDokumentu; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$KsInvoice.prototype.getIdentOdbiorcy = function() { return this.identOdbiorcy; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$KsInvoice.prototype.getPodstawaKorekty = function() { return this.podstawaKorekty; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$KsInvoice.prototype.getIdentWewnDok = function() { return this.IdentWewnDok; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$KsInvoice.prototype.getBrutto = function() { return this.brutto; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$KsInvoice.prototype.getNumerWewnCentrali = function() { return this.NumerWewnCentrali; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$KsInvoice.prototype.getIdentDostawcy = function() { return this.IdentDostawcy; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$KsInvoice.prototype.getItems = function() { return this.items; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$KsInvoice.prototype.getStandardPL = function() { return this.StandardPL; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$KsInvoice.prototype.getIdentOdbiorcy = function() { return this.IdentOdbiorcy; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$KsInvoice.prototype.getDataSprzedazy = function() { return this.dataSprzedazy; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$KsInvoice.prototype.getTerminPlatnosci = function() { return this.terminPlatnosci; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$KsInvoice.prototype.getStandardPL = function() { return this.standardPL; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$KsInvoice.prototype.getIdentDostawcy = function() { return this.identDostawcy; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$KsInvoice.prototype.setRodzajDokumentu = function(rodzajDokumentu) { this.rodzajDokumentu = rodzajDokumentu; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$KsInvoice.prototype.setRodzajDokumentu = function(RodzajDokumentu) { this.RodzajDokumentu = RodzajDokumentu; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$KsInvoice.prototype.setPodstawaKorekty = function(PodstawaKorekty) { this.PodstawaKorekty = PodstawaKorekty; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$KsInvoice.prototype.setSposobKodowania = function(sposobKodowania) { this.sposobKodowania = sposobKodowania; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$KsInvoice.prototype.setIdentOryginalu = function(IdentOryginalu) { this.IdentOryginalu = IdentOryginalu; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$KsInvoice.prototype.setId = function(id) { this.id = id; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$KsInvoice.prototype.setIdentWewnDok = function(identWewnDok) { this.identWewnDok = identWewnDok; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$KsInvoice.prototype.setIdentOryginalu = function(identOryginalu) { this.identOryginalu = identOryginalu; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$KsInvoice.prototype.setTerminPlatnosci = function(TerminPlatnosci) { this.TerminPlatnosci = TerminPlatnosci; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$KsInvoice.prototype.setDataWystawienia = function(DataWystawienia) { this.DataWystawienia = DataWystawienia; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$KsInvoice.prototype.setInformacjeZakupu = function(informacjeZakupu) { this.informacjeZakupu = informacjeZakupu; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$KsInvoice.prototype.setUwagi = function(uwagi) { this.uwagi = uwagi; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$KsInvoice.prototype.setNumerWewnCentrali = function(numerWewnCentrali) { this.numerWewnCentrali = numerWewnCentrali; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$KsInvoice.prototype.setSymbolDokumentu = function(SymbolDokumentu) { this.SymbolDokumentu = SymbolDokumentu; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$KsInvoice.prototype.setDataSprzedazy = function(DataSprzedazy) { this.DataSprzedazy = DataSprzedazy; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$KsInvoice.prototype.setNetto = function(netto) { this.netto = netto; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$KsInvoice.prototype.setFileItem = function(fileItem) { this.fileItem = fileItem; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$KsInvoice.prototype.setSposobKodowania = function(SposobKodowania) { this.SposobKodowania = SposobKodowania; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$KsInvoice.prototype.setInformacjeZakupu = function(InformacjeZakupu) { this.InformacjeZakupu = InformacjeZakupu; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$KsInvoice.prototype.setDataWystawienia = function(dataWystawienia) { this.dataWystawienia = dataWystawienia; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$KsInvoice.prototype.setUwagi = function(Uwagi) { this.Uwagi = Uwagi; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$KsInvoice.prototype.setSymbolDokumentu = function(symbolDokumentu) { this.symbolDokumentu = symbolDokumentu; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$KsInvoice.prototype.setIdentOdbiorcy = function(identOdbiorcy) { this.identOdbiorcy = identOdbiorcy; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$KsInvoice.prototype.setPodstawaKorekty = function(podstawaKorekty) { this.podstawaKorekty = podstawaKorekty; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$KsInvoice.prototype.setIdentWewnDok = function(IdentWewnDok) { this.IdentWewnDok = IdentWewnDok; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$KsInvoice.prototype.setBrutto = function(brutto) { this.brutto = brutto; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$KsInvoice.prototype.setNumerWewnCentrali = function(NumerWewnCentrali) { this.NumerWewnCentrali = NumerWewnCentrali; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$KsInvoice.prototype.setIdentDostawcy = function(IdentDostawcy) { this.IdentDostawcy = IdentDostawcy; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$KsInvoice.prototype.setItems = function(items) { this.items = items; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$KsInvoice.prototype.setStandardPL = function(StandardPL) { this.StandardPL = StandardPL; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$KsInvoice.prototype.setIdentOdbiorcy = function(IdentOdbiorcy) { this.IdentOdbiorcy = IdentOdbiorcy; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$KsInvoice.prototype.setDataSprzedazy = function(dataSprzedazy) { this.dataSprzedazy = dataSprzedazy; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$KsInvoice.prototype.setTerminPlatnosci = function(terminPlatnosci) { this.terminPlatnosci = terminPlatnosci; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$KsInvoice.prototype.setStandardPL = function(standardPL) { this.standardPL = standardPL; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$KsInvoice.prototype.setIdentDostawcy = function(identDostawcy) { this.identDostawcy = identDostawcy; }
}

Seam.Remoting.type.pl$net$scentia$model$ksinvoice$KsInvoice.__name = "pl.net.scentia.model.ksinvoice.KsInvoice";
Seam.Remoting.type.pl$net$scentia$model$ksinvoice$KsInvoice.__metadata = [
  {field: "rodzajDokumentu", type: "str"},
  {field: "RodzajDokumentu", type: "str"},
  {field: "PodstawaKorekty", type: "str"},
  {field: "sposobKodowania", type: "str"},
  {field: "IdentOryginalu", type: "str"},
  {field: "identWewnDok", type: "str"},
  {field: "id", type: "number"},
  {field: "TerminPlatnosci", type: "date"},
  {field: "identOryginalu", type: "str"},
  {field: "DataWystawienia", type: "date"},
  {field: "informacjeZakupu", type: "str"},
  {field: "uwagi", type: "str"},
  {field: "numerWewnCentrali", type: "str"},
  {field: "SymbolDokumentu", type: "str"},
  {field: "DataSprzedazy", type: "date"},
  {field: "netto", type: "str"},
  {field: "fileItem", type: "bean"},
  {field: "SposobKodowania", type: "str"},
  {field: "InformacjeZakupu", type: "str"},
  {field: "dataWystawienia", type: "date"},
  {field: "Uwagi", type: "str"},
  {field: "symbolDokumentu", type: "str"},
  {field: "identOdbiorcy", type: "str"},
  {field: "brutto", type: "str"},
  {field: "podstawaKorekty", type: "str"},
  {field: "IdentWewnDok", type: "str"},
  {field: "NumerWewnCentrali", type: "str"},
  {field: "items", type: "bag"},
  {field: "IdentDostawcy", type: "str"},
  {field: "StandardPL", type: "str"},
  {field: "IdentOdbiorcy", type: "str"},
  {field: "dataSprzedazy", type: "date"},
  {field: "terminPlatnosci", type: "date"},
  {field: "identDostawcy", type: "str"},
  {field: "standardPL", type: "str"}];

Seam.Remoting.registerType(Seam.Remoting.type.pl$net$scentia$model$ksinvoice$KsInvoice);

Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem = function() {
  this.vAT = undefined;
  this.CenaTrans = undefined;
  this.producent = undefined;
  this.cenaHurtNet = undefined;
  this.CenaHurtNet = undefined;
  this.RCeny = undefined;
  this.Ilosc = undefined;
  this.CenaPrdB = undefined;
  this.Znaczniki = undefined;
  this.Kraj = undefined;
  this.symbolSWW = undefined;
  this.kodKreskowy = undefined;
  this.Dostawca = undefined;
  this.informacja = undefined;
  this.Informacja = undefined;
  this.kSBLOZ = undefined;
  this.KodTowaru = undefined;
  this.KSBLOZ = undefined;
  this.upustPremiowy = undefined;
  this.upustOddanyWzg = undefined;
  this.PromocjaNrPozc = undefined;
  this.AtestNumer = undefined;
  this.marzaDetal = undefined;
  this.cenaDetal = undefined;
  this.SymbolSWW = undefined;
  this.VATEnum = undefined;
  this.ksInvoice = undefined;
  this.rCeny = undefined;
  this.NazwaTowaru = undefined;
  this.BCRC = undefined;
  this.cenaTransBU = undefined;
  this.rCenyEnum = undefined;
  this.cenaNomN1 = undefined;
  this.marzaWyk = undefined;
  this.promocjaNrPozc = undefined;
  this.blSpZlecRoz = undefined;
  this.pOZC_C = undefined;
  this.marzaHurt = undefined;
  this.VAT = undefined;
  this.ilosc = undefined;
  this.CenaDetal = undefined;
  this.BCenaTransBU = undefined;
  this.UpustPremiowy = undefined;
  this.marzaNomN1 = undefined;
  this.Producent = undefined;
  this.MarzaNomN1 = undefined;
  this.kraj = undefined;
  this.IdentWewnPoz = undefined;
  this.Seria = undefined;
  this.CenaTransBU = undefined;
  this.id = undefined;
  this.CenaHurtBrt = undefined;
  this.upustOddany = undefined;
  this.bCenaTrans = undefined;
  this.NDMG_C = undefined;
  this.bCenaTransBU = undefined;
  this.cenaPrdN = undefined;
  this.nazwaTowaru = undefined;
  this.upust = undefined;
  this.KodKreskowy = undefined;
  this.POZC_C = undefined;
  this.Upust = undefined;
  this.blokSprzAut = undefined;
  this.dataWaznosci = undefined;
  this.UpustOddany = undefined;
  this.znaczniki = undefined;
  this.nPRO_C = undefined;
  this.bCRC = undefined;
  this.DataWaznosci = undefined;
  this.CenaNomN1 = undefined;
  this.AtestData = undefined;
  this.CenaNomB1 = undefined;
  this.atestNumer = undefined;
  this.dostawca = undefined;
  this.BCenaTrans = undefined;
  this.cenaPrdB = undefined;
  this.cenaTrans = undefined;
  this.RCenyEnum = undefined;
  this.NPRO_C = undefined;
  this.kodTowaru = undefined;
  this.nDMG_C = undefined;
  this.seria = undefined;
  this.MarzaWyk = undefined;
  this.CenaPrdN = undefined;
  this.cenaHurtBrt = undefined;
  this.vATEnum = undefined;
  this.MarzaHurt = undefined;
  this.MarzaDetal = undefined;
  this.BlSpZlecRoz = undefined;
  this.PowBlokSprzAut = undefined;
  this.atestData = undefined;
  this.identWewnPoz = undefined;
  this.cenaNomB1 = undefined;
  this.powBlokSprzAut = undefined;
  this.UpustOddanyWzg = undefined;
  this.BlokSprzAut = undefined;
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.getVAT = function() { return this.vAT; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.getCenaTrans = function() { return this.CenaTrans; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.getProducent = function() { return this.producent; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.getCenaHurtNet = function() { return this.cenaHurtNet; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.getCenaHurtNet = function() { return this.CenaHurtNet; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.getRCeny = function() { return this.RCeny; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.getIlosc = function() { return this.Ilosc; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.getCenaPrdB = function() { return this.CenaPrdB; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.getZnaczniki = function() { return this.Znaczniki; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.getKraj = function() { return this.Kraj; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.getSymbolSWW = function() { return this.symbolSWW; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.getKodKreskowy = function() { return this.kodKreskowy; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.getDostawca = function() { return this.Dostawca; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.getInformacja = function() { return this.informacja; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.getInformacja = function() { return this.Informacja; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.getKSBLOZ = function() { return this.kSBLOZ; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.getKodTowaru = function() { return this.KodTowaru; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.getKSBLOZ = function() { return this.KSBLOZ; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.getUpustPremiowy = function() { return this.upustPremiowy; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.getUpustOddanyWzg = function() { return this.upustOddanyWzg; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.getPromocjaNrPozc = function() { return this.PromocjaNrPozc; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.getAtestNumer = function() { return this.AtestNumer; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.getMarzaDetal = function() { return this.marzaDetal; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.getCenaDetal = function() { return this.cenaDetal; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.getSymbolSWW = function() { return this.SymbolSWW; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.getVATEnum = function() { return this.VATEnum; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.getKsInvoice = function() { return this.ksInvoice; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.getRCeny = function() { return this.rCeny; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.getNazwaTowaru = function() { return this.NazwaTowaru; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.getBCRC = function() { return this.BCRC; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.getCenaTransBU = function() { return this.cenaTransBU; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.getRCenyEnum = function() { return this.rCenyEnum; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.getCenaNomN1 = function() { return this.cenaNomN1; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.getMarzaWyk = function() { return this.marzaWyk; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.getPromocjaNrPozc = function() { return this.promocjaNrPozc; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.getBlSpZlecRoz = function() { return this.blSpZlecRoz; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.getPOZC_C = function() { return this.pOZC_C; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.getMarzaHurt = function() { return this.marzaHurt; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.getVAT = function() { return this.VAT; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.getIlosc = function() { return this.ilosc; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.getCenaDetal = function() { return this.CenaDetal; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.getBCenaTransBU = function() { return this.BCenaTransBU; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.getUpustPremiowy = function() { return this.UpustPremiowy; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.getMarzaNomN1 = function() { return this.marzaNomN1; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.getProducent = function() { return this.Producent; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.getMarzaNomN1 = function() { return this.MarzaNomN1; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.getKraj = function() { return this.kraj; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.getIdentWewnPoz = function() { return this.IdentWewnPoz; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.getSeria = function() { return this.Seria; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.getCenaTransBU = function() { return this.CenaTransBU; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.getId = function() { return this.id; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.getCenaHurtBrt = function() { return this.CenaHurtBrt; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.getUpustOddany = function() { return this.upustOddany; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.getBCenaTrans = function() { return this.bCenaTrans; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.getNDMG_C = function() { return this.NDMG_C; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.getBCenaTransBU = function() { return this.bCenaTransBU; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.getCenaPrdN = function() { return this.cenaPrdN; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.getNazwaTowaru = function() { return this.nazwaTowaru; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.getUpust = function() { return this.upust; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.getKodKreskowy = function() { return this.KodKreskowy; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.getPOZC_C = function() { return this.POZC_C; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.getUpust = function() { return this.Upust; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.getBlokSprzAut = function() { return this.blokSprzAut; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.getDataWaznosci = function() { return this.dataWaznosci; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.getUpustOddany = function() { return this.UpustOddany; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.getZnaczniki = function() { return this.znaczniki; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.getNPRO_C = function() { return this.nPRO_C; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.getBCRC = function() { return this.bCRC; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.getDataWaznosci = function() { return this.DataWaznosci; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.getCenaNomN1 = function() { return this.CenaNomN1; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.getAtestData = function() { return this.AtestData; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.getCenaNomB1 = function() { return this.CenaNomB1; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.getAtestNumer = function() { return this.atestNumer; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.getDostawca = function() { return this.dostawca; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.getBCenaTrans = function() { return this.BCenaTrans; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.getCenaPrdB = function() { return this.cenaPrdB; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.getCenaTrans = function() { return this.cenaTrans; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.getRCenyEnum = function() { return this.RCenyEnum; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.getNPRO_C = function() { return this.NPRO_C; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.getKodTowaru = function() { return this.kodTowaru; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.getNDMG_C = function() { return this.nDMG_C; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.getSeria = function() { return this.seria; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.getMarzaWyk = function() { return this.MarzaWyk; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.getCenaPrdN = function() { return this.CenaPrdN; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.getCenaHurtBrt = function() { return this.cenaHurtBrt; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.getVATEnum = function() { return this.vATEnum; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.getMarzaHurt = function() { return this.MarzaHurt; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.getMarzaDetal = function() { return this.MarzaDetal; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.getBlSpZlecRoz = function() { return this.BlSpZlecRoz; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.getPowBlokSprzAut = function() { return this.PowBlokSprzAut; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.getAtestData = function() { return this.atestData; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.getIdentWewnPoz = function() { return this.identWewnPoz; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.getCenaNomB1 = function() { return this.cenaNomB1; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.getPowBlokSprzAut = function() { return this.powBlokSprzAut; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.getUpustOddanyWzg = function() { return this.UpustOddanyWzg; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.getBlokSprzAut = function() { return this.BlokSprzAut; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.setVAT = function(vAT) { this.vAT = vAT; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.setCenaTrans = function(CenaTrans) { this.CenaTrans = CenaTrans; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.setProducent = function(producent) { this.producent = producent; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.setCenaHurtNet = function(cenaHurtNet) { this.cenaHurtNet = cenaHurtNet; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.setCenaHurtNet = function(CenaHurtNet) { this.CenaHurtNet = CenaHurtNet; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.setRCeny = function(RCeny) { this.RCeny = RCeny; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.setIlosc = function(Ilosc) { this.Ilosc = Ilosc; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.setCenaPrdB = function(CenaPrdB) { this.CenaPrdB = CenaPrdB; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.setZnaczniki = function(Znaczniki) { this.Znaczniki = Znaczniki; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.setKraj = function(Kraj) { this.Kraj = Kraj; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.setSymbolSWW = function(symbolSWW) { this.symbolSWW = symbolSWW; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.setKodKreskowy = function(kodKreskowy) { this.kodKreskowy = kodKreskowy; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.setDostawca = function(Dostawca) { this.Dostawca = Dostawca; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.setInformacja = function(informacja) { this.informacja = informacja; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.setInformacja = function(Informacja) { this.Informacja = Informacja; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.setKSBLOZ = function(kSBLOZ) { this.kSBLOZ = kSBLOZ; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.setKodTowaru = function(KodTowaru) { this.KodTowaru = KodTowaru; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.setKSBLOZ = function(KSBLOZ) { this.KSBLOZ = KSBLOZ; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.setUpustPremiowy = function(upustPremiowy) { this.upustPremiowy = upustPremiowy; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.setUpustOddanyWzg = function(upustOddanyWzg) { this.upustOddanyWzg = upustOddanyWzg; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.setPromocjaNrPozc = function(PromocjaNrPozc) { this.PromocjaNrPozc = PromocjaNrPozc; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.setAtestNumer = function(AtestNumer) { this.AtestNumer = AtestNumer; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.setMarzaDetal = function(marzaDetal) { this.marzaDetal = marzaDetal; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.setCenaDetal = function(cenaDetal) { this.cenaDetal = cenaDetal; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.setSymbolSWW = function(SymbolSWW) { this.SymbolSWW = SymbolSWW; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.setVATEnum = function(VATEnum) { this.VATEnum = VATEnum; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.setKsInvoice = function(ksInvoice) { this.ksInvoice = ksInvoice; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.setRCeny = function(rCeny) { this.rCeny = rCeny; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.setNazwaTowaru = function(NazwaTowaru) { this.NazwaTowaru = NazwaTowaru; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.setBCRC = function(BCRC) { this.BCRC = BCRC; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.setCenaTransBU = function(cenaTransBU) { this.cenaTransBU = cenaTransBU; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.setRCenyEnum = function(rCenyEnum) { this.rCenyEnum = rCenyEnum; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.setCenaNomN1 = function(cenaNomN1) { this.cenaNomN1 = cenaNomN1; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.setMarzaWyk = function(marzaWyk) { this.marzaWyk = marzaWyk; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.setPromocjaNrPozc = function(promocjaNrPozc) { this.promocjaNrPozc = promocjaNrPozc; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.setBlSpZlecRoz = function(blSpZlecRoz) { this.blSpZlecRoz = blSpZlecRoz; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.setPOZC_C = function(pOZC_C) { this.pOZC_C = pOZC_C; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.setMarzaHurt = function(marzaHurt) { this.marzaHurt = marzaHurt; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.setVAT = function(VAT) { this.VAT = VAT; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.setIlosc = function(ilosc) { this.ilosc = ilosc; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.setCenaDetal = function(CenaDetal) { this.CenaDetal = CenaDetal; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.setBCenaTransBU = function(BCenaTransBU) { this.BCenaTransBU = BCenaTransBU; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.setUpustPremiowy = function(UpustPremiowy) { this.UpustPremiowy = UpustPremiowy; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.setMarzaNomN1 = function(marzaNomN1) { this.marzaNomN1 = marzaNomN1; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.setProducent = function(Producent) { this.Producent = Producent; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.setMarzaNomN1 = function(MarzaNomN1) { this.MarzaNomN1 = MarzaNomN1; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.setKraj = function(kraj) { this.kraj = kraj; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.setIdentWewnPoz = function(IdentWewnPoz) { this.IdentWewnPoz = IdentWewnPoz; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.setSeria = function(Seria) { this.Seria = Seria; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.setCenaTransBU = function(CenaTransBU) { this.CenaTransBU = CenaTransBU; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.setId = function(id) { this.id = id; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.setCenaHurtBrt = function(CenaHurtBrt) { this.CenaHurtBrt = CenaHurtBrt; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.setUpustOddany = function(upustOddany) { this.upustOddany = upustOddany; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.setBCenaTrans = function(bCenaTrans) { this.bCenaTrans = bCenaTrans; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.setNDMG_C = function(NDMG_C) { this.NDMG_C = NDMG_C; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.setBCenaTransBU = function(bCenaTransBU) { this.bCenaTransBU = bCenaTransBU; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.setCenaPrdN = function(cenaPrdN) { this.cenaPrdN = cenaPrdN; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.setNazwaTowaru = function(nazwaTowaru) { this.nazwaTowaru = nazwaTowaru; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.setUpust = function(upust) { this.upust = upust; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.setKodKreskowy = function(KodKreskowy) { this.KodKreskowy = KodKreskowy; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.setPOZC_C = function(POZC_C) { this.POZC_C = POZC_C; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.setUpust = function(Upust) { this.Upust = Upust; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.setBlokSprzAut = function(blokSprzAut) { this.blokSprzAut = blokSprzAut; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.setDataWaznosci = function(dataWaznosci) { this.dataWaznosci = dataWaznosci; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.setUpustOddany = function(UpustOddany) { this.UpustOddany = UpustOddany; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.setZnaczniki = function(znaczniki) { this.znaczniki = znaczniki; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.setNPRO_C = function(nPRO_C) { this.nPRO_C = nPRO_C; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.setBCRC = function(bCRC) { this.bCRC = bCRC; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.setDataWaznosci = function(DataWaznosci) { this.DataWaznosci = DataWaznosci; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.setCenaNomN1 = function(CenaNomN1) { this.CenaNomN1 = CenaNomN1; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.setAtestData = function(AtestData) { this.AtestData = AtestData; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.setCenaNomB1 = function(CenaNomB1) { this.CenaNomB1 = CenaNomB1; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.setAtestNumer = function(atestNumer) { this.atestNumer = atestNumer; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.setDostawca = function(dostawca) { this.dostawca = dostawca; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.setBCenaTrans = function(BCenaTrans) { this.BCenaTrans = BCenaTrans; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.setCenaPrdB = function(cenaPrdB) { this.cenaPrdB = cenaPrdB; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.setCenaTrans = function(cenaTrans) { this.cenaTrans = cenaTrans; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.setRCenyEnum = function(RCenyEnum) { this.RCenyEnum = RCenyEnum; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.setNPRO_C = function(NPRO_C) { this.NPRO_C = NPRO_C; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.setKodTowaru = function(kodTowaru) { this.kodTowaru = kodTowaru; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.setNDMG_C = function(nDMG_C) { this.nDMG_C = nDMG_C; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.setSeria = function(seria) { this.seria = seria; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.setMarzaWyk = function(MarzaWyk) { this.MarzaWyk = MarzaWyk; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.setCenaPrdN = function(CenaPrdN) { this.CenaPrdN = CenaPrdN; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.setCenaHurtBrt = function(cenaHurtBrt) { this.cenaHurtBrt = cenaHurtBrt; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.setVATEnum = function(vATEnum) { this.vATEnum = vATEnum; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.setMarzaHurt = function(MarzaHurt) { this.MarzaHurt = MarzaHurt; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.setMarzaDetal = function(MarzaDetal) { this.MarzaDetal = MarzaDetal; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.setBlSpZlecRoz = function(BlSpZlecRoz) { this.BlSpZlecRoz = BlSpZlecRoz; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.setPowBlokSprzAut = function(PowBlokSprzAut) { this.PowBlokSprzAut = PowBlokSprzAut; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.setAtestData = function(atestData) { this.atestData = atestData; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.setIdentWewnPoz = function(identWewnPoz) { this.identWewnPoz = identWewnPoz; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.setCenaNomB1 = function(cenaNomB1) { this.cenaNomB1 = cenaNomB1; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.setPowBlokSprzAut = function(powBlokSprzAut) { this.powBlokSprzAut = powBlokSprzAut; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.setUpustOddanyWzg = function(UpustOddanyWzg) { this.UpustOddanyWzg = UpustOddanyWzg; }
  Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.prototype.setBlokSprzAut = function(BlokSprzAut) { this.BlokSprzAut = BlokSprzAut; }
}

Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.__name = "pl.net.scentia.model.ksinvoice.InvoiceItem";
Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem.__metadata = [
  {field: "vAT", type: "str"},
  {field: "CenaTrans", type: "str"},
  {field: "producent", type: "str"},
  {field: "cenaHurtNet", type: "str"},
  {field: "CenaHurtNet", type: "str"},
  {field: "RCeny", type: "str"},
  {field: "Ilosc", type: "number"},
  {field: "CenaPrdB", type: "str"},
  {field: "Znaczniki", type: "str"},
  {field: "Kraj", type: "str"},
  {field: "symbolSWW", type: "str"},
  {field: "kodKreskowy", type: "str"},
  {field: "Dostawca", type: "str"},
  {field: "informacja", type: "str"},
  {field: "Informacja", type: "str"},
  {field: "KodTowaru", type: "str"},
  {field: "kSBLOZ", type: "str"},
  {field: "KSBLOZ", type: "str"},
  {field: "upustPremiowy", type: "str"},
  {field: "upustOddanyWzg", type: "str"},
  {field: "PromocjaNrPozc", type: "number"},
  {field: "AtestNumer", type: "str"},
  {field: "marzaDetal", type: "str"},
  {field: "cenaDetal", type: "str"},
  {field: "SymbolSWW", type: "str"},
  {field: "VATEnum", type: "str"},
  {field: "ksInvoice", type: "bean"},
  {field: "rCeny", type: "str"},
  {field: "NazwaTowaru", type: "str"},
  {field: "BCRC", type: "str"},
  {field: "cenaTransBU", type: "str"},
  {field: "rCenyEnum", type: "str"},
  {field: "cenaNomN1", type: "str"},
  {field: "marzaWyk", type: "str"},
  {field: "promocjaNrPozc", type: "number"},
  {field: "blSpZlecRoz", type: "str"},
  {field: "pOZC_C", type: "str"},
  {field: "marzaHurt", type: "str"},
  {field: "VAT", type: "str"},
  {field: "ilosc", type: "number"},
  {field: "CenaDetal", type: "str"},
  {field: "BCenaTransBU", type: "str"},
  {field: "UpustPremiowy", type: "str"},
  {field: "marzaNomN1", type: "str"},
  {field: "Producent", type: "str"},
  {field: "MarzaNomN1", type: "str"},
  {field: "kraj", type: "str"},
  {field: "IdentWewnPoz", type: "str"},
  {field: "Seria", type: "str"},
  {field: "CenaTransBU", type: "str"},
  {field: "id", type: "number"},
  {field: "CenaHurtBrt", type: "str"},
  {field: "bCenaTrans", type: "str"},
  {field: "upustOddany", type: "str"},
  {field: "NDMG_C", type: "str"},
  {field: "bCenaTransBU", type: "str"},
  {field: "cenaPrdN", type: "str"},
  {field: "nazwaTowaru", type: "str"},
  {field: "KodKreskowy", type: "str"},
  {field: "upust", type: "number"},
  {field: "POZC_C", type: "str"},
  {field: "Upust", type: "number"},
  {field: "blokSprzAut", type: "str"},
  {field: "UpustOddany", type: "str"},
  {field: "dataWaznosci", type: "date"},
  {field: "znaczniki", type: "str"},
  {field: "nPRO_C", type: "str"},
  {field: "CenaNomN1", type: "str"},
  {field: "DataWaznosci", type: "date"},
  {field: "bCRC", type: "str"},
  {field: "CenaNomB1", type: "str"},
  {field: "AtestData", type: "date"},
  {field: "atestNumer", type: "str"},
  {field: "BCenaTrans", type: "str"},
  {field: "dostawca", type: "str"},
  {field: "cenaPrdB", type: "str"},
  {field: "NPRO_C", type: "str"},
  {field: "RCenyEnum", type: "str"},
  {field: "cenaTrans", type: "str"},
  {field: "kodTowaru", type: "str"},
  {field: "nDMG_C", type: "str"},
  {field: "MarzaWyk", type: "str"},
  {field: "seria", type: "str"},
  {field: "CenaPrdN", type: "str"},
  {field: "vATEnum", type: "str"},
  {field: "cenaHurtBrt", type: "str"},
  {field: "BlSpZlecRoz", type: "str"},
  {field: "MarzaDetal", type: "str"},
  {field: "MarzaHurt", type: "str"},
  {field: "PowBlokSprzAut", type: "str"},
  {field: "atestData", type: "date"},
  {field: "BlokSprzAut", type: "str"},
  {field: "UpustOddanyWzg", type: "str"},
  {field: "powBlokSprzAut", type: "str"},
  {field: "cenaNomB1", type: "str"},
  {field: "identWewnPoz", type: "str"}];

Seam.Remoting.registerType(Seam.Remoting.type.pl$net$scentia$model$ksinvoice$InvoiceItem);

Seam.Remoting.type.pl$net$scentia$model$kamsoft$promocjedef$Pozycja = function() {
  this.invoiceItems = undefined;
  this.producent = undefined;
  this.numerPozycji = undefined;
  this.prowizja = undefined;
  this.lastModifyUser = undefined;
  this.lek = undefined;
  this.deleted = undefined;
  this.iloscGratis = undefined;
  this.prezent = undefined;
  this.cenaNetto = undefined;
  this.promocje = undefined;
  this.id = undefined;
  this.idPozycjiPromocji = undefined;
  this.createUser = undefined;
  this.selected = undefined;
  this.cenaBrutto = undefined;
  this.lastModifyDate = undefined;
  this.bloz = undefined;
  this.bloz7 = undefined;
  this.createDate = undefined;
  this.sellCount = undefined;
  this.ilosc = undefined;
  this.notAddtoHurt = undefined;
  Seam.Remoting.type.pl$net$scentia$model$kamsoft$promocjedef$Pozycja.prototype.getInvoiceItems = function() { return this.invoiceItems; }
  Seam.Remoting.type.pl$net$scentia$model$kamsoft$promocjedef$Pozycja.prototype.getProducent = function() { return this.producent; }
  Seam.Remoting.type.pl$net$scentia$model$kamsoft$promocjedef$Pozycja.prototype.getNumerPozycji = function() { return this.numerPozycji; }
  Seam.Remoting.type.pl$net$scentia$model$kamsoft$promocjedef$Pozycja.prototype.getProwizja = function() { return this.prowizja; }
  Seam.Remoting.type.pl$net$scentia$model$kamsoft$promocjedef$Pozycja.prototype.getLastModifyUser = function() { return this.lastModifyUser; }
  Seam.Remoting.type.pl$net$scentia$model$kamsoft$promocjedef$Pozycja.prototype.getLek = function() { return this.lek; }
  Seam.Remoting.type.pl$net$scentia$model$kamsoft$promocjedef$Pozycja.prototype.isDeleted = function() { return this.deleted; }
  Seam.Remoting.type.pl$net$scentia$model$kamsoft$promocjedef$Pozycja.prototype.getIloscGratis = function() { return this.iloscGratis; }
  Seam.Remoting.type.pl$net$scentia$model$kamsoft$promocjedef$Pozycja.prototype.getPrezent = function() { return this.prezent; }
  Seam.Remoting.type.pl$net$scentia$model$kamsoft$promocjedef$Pozycja.prototype.getCenaNetto = function() { return this.cenaNetto; }
  Seam.Remoting.type.pl$net$scentia$model$kamsoft$promocjedef$Pozycja.prototype.getPromocje = function() { return this.promocje; }
  Seam.Remoting.type.pl$net$scentia$model$kamsoft$promocjedef$Pozycja.prototype.getId = function() { return this.id; }
  Seam.Remoting.type.pl$net$scentia$model$kamsoft$promocjedef$Pozycja.prototype.getIdPozycjiPromocji = function() { return this.idPozycjiPromocji; }
  Seam.Remoting.type.pl$net$scentia$model$kamsoft$promocjedef$Pozycja.prototype.getCreateUser = function() { return this.createUser; }
  Seam.Remoting.type.pl$net$scentia$model$kamsoft$promocjedef$Pozycja.prototype.isSelected = function() { return this.selected; }
  Seam.Remoting.type.pl$net$scentia$model$kamsoft$promocjedef$Pozycja.prototype.getCenaBrutto = function() { return this.cenaBrutto; }
  Seam.Remoting.type.pl$net$scentia$model$kamsoft$promocjedef$Pozycja.prototype.getLastModifyDate = function() { return this.lastModifyDate; }
  Seam.Remoting.type.pl$net$scentia$model$kamsoft$promocjedef$Pozycja.prototype.getBloz = function() { return this.bloz; }
  Seam.Remoting.type.pl$net$scentia$model$kamsoft$promocjedef$Pozycja.prototype.getBloz7 = function() { return this.bloz7; }
  Seam.Remoting.type.pl$net$scentia$model$kamsoft$promocjedef$Pozycja.prototype.getCreateDate = function() { return this.createDate; }
  Seam.Remoting.type.pl$net$scentia$model$kamsoft$promocjedef$Pozycja.prototype.getSellCount = function() { return this.sellCount; }
  Seam.Remoting.type.pl$net$scentia$model$kamsoft$promocjedef$Pozycja.prototype.getIlosc = function() { return this.ilosc; }
  Seam.Remoting.type.pl$net$scentia$model$kamsoft$promocjedef$Pozycja.prototype.isNotAddtoHurt = function() { return this.notAddtoHurt; }
  Seam.Remoting.type.pl$net$scentia$model$kamsoft$promocjedef$Pozycja.prototype.setInvoiceItems = function(invoiceItems) { this.invoiceItems = invoiceItems; }
  Seam.Remoting.type.pl$net$scentia$model$kamsoft$promocjedef$Pozycja.prototype.setProducent = function(producent) { this.producent = producent; }
  Seam.Remoting.type.pl$net$scentia$model$kamsoft$promocjedef$Pozycja.prototype.setNumerPozycji = function(numerPozycji) { this.numerPozycji = numerPozycji; }
  Seam.Remoting.type.pl$net$scentia$model$kamsoft$promocjedef$Pozycja.prototype.setProwizja = function(prowizja) { this.prowizja = prowizja; }
  Seam.Remoting.type.pl$net$scentia$model$kamsoft$promocjedef$Pozycja.prototype.setLastModifyUser = function(lastModifyUser) { this.lastModifyUser = lastModifyUser; }
  Seam.Remoting.type.pl$net$scentia$model$kamsoft$promocjedef$Pozycja.prototype.setLek = function(lek) { this.lek = lek; }
  Seam.Remoting.type.pl$net$scentia$model$kamsoft$promocjedef$Pozycja.prototype.setDeleted = function(deleted) { this.deleted = deleted; }
  Seam.Remoting.type.pl$net$scentia$model$kamsoft$promocjedef$Pozycja.prototype.setIloscGratis = function(iloscGratis) { this.iloscGratis = iloscGratis; }
  Seam.Remoting.type.pl$net$scentia$model$kamsoft$promocjedef$Pozycja.prototype.setPrezent = function(prezent) { this.prezent = prezent; }
  Seam.Remoting.type.pl$net$scentia$model$kamsoft$promocjedef$Pozycja.prototype.setCenaNetto = function(cenaNetto) { this.cenaNetto = cenaNetto; }
  Seam.Remoting.type.pl$net$scentia$model$kamsoft$promocjedef$Pozycja.prototype.setPromocje = function(promocje) { this.promocje = promocje; }
  Seam.Remoting.type.pl$net$scentia$model$kamsoft$promocjedef$Pozycja.prototype.setId = function(id) { this.id = id; }
  Seam.Remoting.type.pl$net$scentia$model$kamsoft$promocjedef$Pozycja.prototype.setIdPozycjiPromocji = function(idPozycjiPromocji) { this.idPozycjiPromocji = idPozycjiPromocji; }
  Seam.Remoting.type.pl$net$scentia$model$kamsoft$promocjedef$Pozycja.prototype.setCreateUser = function(createUser) { this.createUser = createUser; }
  Seam.Remoting.type.pl$net$scentia$model$kamsoft$promocjedef$Pozycja.prototype.setSelected = function(selected) { this.selected = selected; }
  Seam.Remoting.type.pl$net$scentia$model$kamsoft$promocjedef$Pozycja.prototype.setCenaBrutto = function(cenaBrutto) { this.cenaBrutto = cenaBrutto; }
  Seam.Remoting.type.pl$net$scentia$model$kamsoft$promocjedef$Pozycja.prototype.setLastModifyDate = function(lastModifyDate) { this.lastModifyDate = lastModifyDate; }
  Seam.Remoting.type.pl$net$scentia$model$kamsoft$promocjedef$Pozycja.prototype.setBloz = function(bloz) { this.bloz = bloz; }
  Seam.Remoting.type.pl$net$scentia$model$kamsoft$promocjedef$Pozycja.prototype.setBloz7 = function(bloz7) { this.bloz7 = bloz7; }
  Seam.Remoting.type.pl$net$scentia$model$kamsoft$promocjedef$Pozycja.prototype.setCreateDate = function(createDate) { this.createDate = createDate; }
  Seam.Remoting.type.pl$net$scentia$model$kamsoft$promocjedef$Pozycja.prototype.setSellCount = function(sellCount) { this.sellCount = sellCount; }
  Seam.Remoting.type.pl$net$scentia$model$kamsoft$promocjedef$Pozycja.prototype.setIlosc = function(ilosc) { this.ilosc = ilosc; }
  Seam.Remoting.type.pl$net$scentia$model$kamsoft$promocjedef$Pozycja.prototype.setNotAddtoHurt = function(notAddtoHurt) { this.notAddtoHurt = notAddtoHurt; }
}

Seam.Remoting.type.pl$net$scentia$model$kamsoft$promocjedef$Pozycja.__name = "pl.net.scentia.model.kamsoft.promocjedef.Pozycja";
Seam.Remoting.type.pl$net$scentia$model$kamsoft$promocjedef$Pozycja.__metadata = [
  {field: "invoiceItems", type: "bag"},
  {field: "producent", type: "str"},
  {field: "numerPozycji", type: "number"},
  {field: "prowizja", type: "str"},
  {field: "lastModifyUser", type: "bean"},
  {field: "lek", type: "str"},
  {field: "deleted", type: "bool"},
  {field: "iloscGratis", type: "number"},
  {field: "prezent", type: "str"},
  {field: "cenaNetto", type: "str"},
  {field: "promocje", type: "bag"},
  {field: "id", type: "number"},
  {field: "idPozycjiPromocji", type: "number"},
  {field: "selected", type: "bool"},
  {field: "createUser", type: "bean"},
  {field: "cenaBrutto", type: "str"},
  {field: "bloz", type: "str"},
  {field: "lastModifyDate", type: "date"},
  {field: "bloz7", type: "str"},
  {field: "sellCount", type: "number"},
  {field: "createDate", type: "date"},
  {field: "notAddtoHurt", type: "bool"},
  {field: "ilosc", type: "number"}];

Seam.Remoting.registerType(Seam.Remoting.type.pl$net$scentia$model$kamsoft$promocjedef$Pozycja);

Seam.Remoting.type.pl$net$scentia$model$kamsoft$promocjedef$PromocjaKs = function() {
  this.idPromocji = undefined;
  this.acp = undefined;
  this.lastModifyUser = undefined;
  this.dataOd = undefined;
  this.nazwaPromocji = undefined;
  this.dataDo = undefined;
  this.deleted = undefined;
  this.createUser = undefined;
  this.selected = undefined;
  this.usunieta = undefined;
  this.idWysylki = undefined;
  this.uwagi = undefined;
  this.lastModifyDate = undefined;
  this.pozycje = undefined;
  this.createDate = undefined;
  this.pojedynczo = undefined;
  this.oldPromocja = undefined;
  this.wartoscMinimalnaNetto = undefined;
  this.kontrahent = undefined;
  Seam.Remoting.type.pl$net$scentia$model$kamsoft$promocjedef$PromocjaKs.prototype.getIdPromocji = function() { return this.idPromocji; }
  Seam.Remoting.type.pl$net$scentia$model$kamsoft$promocjedef$PromocjaKs.prototype.getAcp = function() { return this.acp; }
  Seam.Remoting.type.pl$net$scentia$model$kamsoft$promocjedef$PromocjaKs.prototype.getLastModifyUser = function() { return this.lastModifyUser; }
  Seam.Remoting.type.pl$net$scentia$model$kamsoft$promocjedef$PromocjaKs.prototype.getDataOd = function() { return this.dataOd; }
  Seam.Remoting.type.pl$net$scentia$model$kamsoft$promocjedef$PromocjaKs.prototype.getNazwaPromocji = function() { return this.nazwaPromocji; }
  Seam.Remoting.type.pl$net$scentia$model$kamsoft$promocjedef$PromocjaKs.prototype.getDataDo = function() { return this.dataDo; }
  Seam.Remoting.type.pl$net$scentia$model$kamsoft$promocjedef$PromocjaKs.prototype.isDeleted = function() { return this.deleted; }
  Seam.Remoting.type.pl$net$scentia$model$kamsoft$promocjedef$PromocjaKs.prototype.getCreateUser = function() { return this.createUser; }
  Seam.Remoting.type.pl$net$scentia$model$kamsoft$promocjedef$PromocjaKs.prototype.isSelected = function() { return this.selected; }
  Seam.Remoting.type.pl$net$scentia$model$kamsoft$promocjedef$PromocjaKs.prototype.getUsunieta = function() { return this.usunieta; }
  Seam.Remoting.type.pl$net$scentia$model$kamsoft$promocjedef$PromocjaKs.prototype.getIdWysylki = function() { return this.idWysylki; }
  Seam.Remoting.type.pl$net$scentia$model$kamsoft$promocjedef$PromocjaKs.prototype.getUwagi = function() { return this.uwagi; }
  Seam.Remoting.type.pl$net$scentia$model$kamsoft$promocjedef$PromocjaKs.prototype.getLastModifyDate = function() { return this.lastModifyDate; }
  Seam.Remoting.type.pl$net$scentia$model$kamsoft$promocjedef$PromocjaKs.prototype.getPozycje = function() { return this.pozycje; }
  Seam.Remoting.type.pl$net$scentia$model$kamsoft$promocjedef$PromocjaKs.prototype.getCreateDate = function() { return this.createDate; }
  Seam.Remoting.type.pl$net$scentia$model$kamsoft$promocjedef$PromocjaKs.prototype.getPojedynczo = function() { return this.pojedynczo; }
  Seam.Remoting.type.pl$net$scentia$model$kamsoft$promocjedef$PromocjaKs.prototype.getOldPromocja = function() { return this.oldPromocja; }
  Seam.Remoting.type.pl$net$scentia$model$kamsoft$promocjedef$PromocjaKs.prototype.getWartoscMinimalnaNetto = function() { return this.wartoscMinimalnaNetto; }
  Seam.Remoting.type.pl$net$scentia$model$kamsoft$promocjedef$PromocjaKs.prototype.getKontrahent = function() { return this.kontrahent; }
  Seam.Remoting.type.pl$net$scentia$model$kamsoft$promocjedef$PromocjaKs.prototype.setIdPromocji = function(idPromocji) { this.idPromocji = idPromocji; }
  Seam.Remoting.type.pl$net$scentia$model$kamsoft$promocjedef$PromocjaKs.prototype.setAcp = function(acp) { this.acp = acp; }
  Seam.Remoting.type.pl$net$scentia$model$kamsoft$promocjedef$PromocjaKs.prototype.setLastModifyUser = function(lastModifyUser) { this.lastModifyUser = lastModifyUser; }
  Seam.Remoting.type.pl$net$scentia$model$kamsoft$promocjedef$PromocjaKs.prototype.setDataOd = function(dataOd) { this.dataOd = dataOd; }
  Seam.Remoting.type.pl$net$scentia$model$kamsoft$promocjedef$PromocjaKs.prototype.setNazwaPromocji = function(nazwaPromocji) { this.nazwaPromocji = nazwaPromocji; }
  Seam.Remoting.type.pl$net$scentia$model$kamsoft$promocjedef$PromocjaKs.prototype.setDataDo = function(dataDo) { this.dataDo = dataDo; }
  Seam.Remoting.type.pl$net$scentia$model$kamsoft$promocjedef$PromocjaKs.prototype.setDeleted = function(deleted) { this.deleted = deleted; }
  Seam.Remoting.type.pl$net$scentia$model$kamsoft$promocjedef$PromocjaKs.prototype.setCreateUser = function(createUser) { this.createUser = createUser; }
  Seam.Remoting.type.pl$net$scentia$model$kamsoft$promocjedef$PromocjaKs.prototype.setSelected = function(selected) { this.selected = selected; }
  Seam.Remoting.type.pl$net$scentia$model$kamsoft$promocjedef$PromocjaKs.prototype.setUsunieta = function(usunieta) { this.usunieta = usunieta; }
  Seam.Remoting.type.pl$net$scentia$model$kamsoft$promocjedef$PromocjaKs.prototype.setIdWysylki = function(idWysylki) { this.idWysylki = idWysylki; }
  Seam.Remoting.type.pl$net$scentia$model$kamsoft$promocjedef$PromocjaKs.prototype.setUwagi = function(uwagi) { this.uwagi = uwagi; }
  Seam.Remoting.type.pl$net$scentia$model$kamsoft$promocjedef$PromocjaKs.prototype.setLastModifyDate = function(lastModifyDate) { this.lastModifyDate = lastModifyDate; }
  Seam.Remoting.type.pl$net$scentia$model$kamsoft$promocjedef$PromocjaKs.prototype.setPozycje = function(pozycje) { this.pozycje = pozycje; }
  Seam.Remoting.type.pl$net$scentia$model$kamsoft$promocjedef$PromocjaKs.prototype.setCreateDate = function(createDate) { this.createDate = createDate; }
  Seam.Remoting.type.pl$net$scentia$model$kamsoft$promocjedef$PromocjaKs.prototype.setPojedynczo = function(pojedynczo) { this.pojedynczo = pojedynczo; }
  Seam.Remoting.type.pl$net$scentia$model$kamsoft$promocjedef$PromocjaKs.prototype.setOldPromocja = function(oldPromocja) { this.oldPromocja = oldPromocja; }
  Seam.Remoting.type.pl$net$scentia$model$kamsoft$promocjedef$PromocjaKs.prototype.setWartoscMinimalnaNetto = function(wartoscMinimalnaNetto) { this.wartoscMinimalnaNetto = wartoscMinimalnaNetto; }
  Seam.Remoting.type.pl$net$scentia$model$kamsoft$promocjedef$PromocjaKs.prototype.setKontrahent = function(kontrahent) { this.kontrahent = kontrahent; }
}

Seam.Remoting.type.pl$net$scentia$model$kamsoft$promocjedef$PromocjaKs.__name = "pl.net.scentia.model.kamsoft.promocjedef.PromocjaKs";
Seam.Remoting.type.pl$net$scentia$model$kamsoft$promocjedef$PromocjaKs.__metadata = [
  {field: "idPromocji", type: "str"},
  {field: "acp", type: "bag"},
  {field: "lastModifyUser", type: "bean"},
  {field: "dataOd", type: "date"},
  {field: "nazwaPromocji", type: "str"},
  {field: "dataDo", type: "date"},
  {field: "deleted", type: "bool"},
  {field: "createUser", type: "bean"},
  {field: "selected", type: "bool"},
  {field: "usunieta", type: "str"},
  {field: "idWysylki", type: "str"},
  {field: "uwagi", type: "str"},
  {field: "lastModifyDate", type: "date"},
  {field: "pozycje", type: "bag"},
  {field: "pojedynczo", type: "str"},
  {field: "createDate", type: "date"},
  {field: "oldPromocja", type: "bean"},
  {field: "kontrahent", type: "str"},
  {field: "wartoscMinimalnaNetto", type: "str"}];

Seam.Remoting.registerType(Seam.Remoting.type.pl$net$scentia$model$kamsoft$promocjedef$PromocjaKs);

Seam.Remoting.type.pl$net$scentia$model$hurt$AcpHurtMail = function() {
  this.id = undefined;
  this.email = undefined;
  this.acpHurt = undefined;
  Seam.Remoting.type.pl$net$scentia$model$hurt$AcpHurtMail.prototype.getId = function() { return this.id; }
  Seam.Remoting.type.pl$net$scentia$model$hurt$AcpHurtMail.prototype.getEmail = function() { return this.email; }
  Seam.Remoting.type.pl$net$scentia$model$hurt$AcpHurtMail.prototype.getAcpHurt = function() { return this.acpHurt; }
  Seam.Remoting.type.pl$net$scentia$model$hurt$AcpHurtMail.prototype.setId = function(id) { this.id = id; }
  Seam.Remoting.type.pl$net$scentia$model$hurt$AcpHurtMail.prototype.setEmail = function(email) { this.email = email; }
  Seam.Remoting.type.pl$net$scentia$model$hurt$AcpHurtMail.prototype.setAcpHurt = function(acpHurt) { this.acpHurt = acpHurt; }
}

Seam.Remoting.type.pl$net$scentia$model$hurt$AcpHurtMail.__name = "pl.net.scentia.model.hurt.AcpHurtMail";
Seam.Remoting.type.pl$net$scentia$model$hurt$AcpHurtMail.__metadata = [
  {field: "id", type: "number"},
  {field: "email", type: "str"},
  {field: "acpHurt", type: "bean"}];

Seam.Remoting.registerType(Seam.Remoting.type.pl$net$scentia$model$hurt$AcpHurtMail);

Seam.Remoting.type.pl$net$scentia$model$hurt$AcpHurt = function() {
  this.promocje = undefined;
  this.id = undefined;
  this.mails = undefined;
  this.idHurtowni = undefined;
  this.lastDefLoad = undefined;
  this.name = undefined;
  this.pozycje = undefined;
  this.coordinator = undefined;
  Seam.Remoting.type.pl$net$scentia$model$hurt$AcpHurt.prototype.getPromocje = function() { return this.promocje; }
  Seam.Remoting.type.pl$net$scentia$model$hurt$AcpHurt.prototype.getId = function() { return this.id; }
  Seam.Remoting.type.pl$net$scentia$model$hurt$AcpHurt.prototype.getMails = function() { return this.mails; }
  Seam.Remoting.type.pl$net$scentia$model$hurt$AcpHurt.prototype.getIdHurtowni = function() { return this.idHurtowni; }
  Seam.Remoting.type.pl$net$scentia$model$hurt$AcpHurt.prototype.getLastDefLoad = function() { return this.lastDefLoad; }
  Seam.Remoting.type.pl$net$scentia$model$hurt$AcpHurt.prototype.getName = function() { return this.name; }
  Seam.Remoting.type.pl$net$scentia$model$hurt$AcpHurt.prototype.getPozycje = function() { return this.pozycje; }
  Seam.Remoting.type.pl$net$scentia$model$hurt$AcpHurt.prototype.getCoordinator = function() { return this.coordinator; }
  Seam.Remoting.type.pl$net$scentia$model$hurt$AcpHurt.prototype.setPromocje = function(promocje) { this.promocje = promocje; }
  Seam.Remoting.type.pl$net$scentia$model$hurt$AcpHurt.prototype.setId = function(id) { this.id = id; }
  Seam.Remoting.type.pl$net$scentia$model$hurt$AcpHurt.prototype.setMails = function(mails) { this.mails = mails; }
  Seam.Remoting.type.pl$net$scentia$model$hurt$AcpHurt.prototype.setIdHurtowni = function(idHurtowni) { this.idHurtowni = idHurtowni; }
  Seam.Remoting.type.pl$net$scentia$model$hurt$AcpHurt.prototype.setLastDefLoad = function(lastDefLoad) { this.lastDefLoad = lastDefLoad; }
  Seam.Remoting.type.pl$net$scentia$model$hurt$AcpHurt.prototype.setName = function(name) { this.name = name; }
  Seam.Remoting.type.pl$net$scentia$model$hurt$AcpHurt.prototype.setPozycje = function(pozycje) { this.pozycje = pozycje; }
  Seam.Remoting.type.pl$net$scentia$model$hurt$AcpHurt.prototype.setCoordinator = function(coordinator) { this.coordinator = coordinator; }
}

Seam.Remoting.type.pl$net$scentia$model$hurt$AcpHurt.__name = "pl.net.scentia.model.hurt.AcpHurt";
Seam.Remoting.type.pl$net$scentia$model$hurt$AcpHurt.__metadata = [
  {field: "id", type: "number"},
  {field: "promocje", type: "bag"},
  {field: "mails", type: "bag"},
  {field: "idHurtowni", type: "str"},
  {field: "lastDefLoad", type: "date"},
  {field: "name", type: "str"},
  {field: "pozycje", type: "bag"},
  {field: "coordinator", type: "bean"}];

Seam.Remoting.registerType(Seam.Remoting.type.pl$net$scentia$model$hurt$AcpHurt);

Seam.Remoting.type.pl$net$scentia$model$pharmacy$PharmacyContact = function() {
  this.pharmacy = undefined;
  this.id = undefined;
  this.createUser = undefined;
  this.selected = undefined;
  this.contactNumber = undefined;
  this.name = undefined;
  this.lastModifyUser = undefined;
  this.surname = undefined;
  this.lastModifyDate = undefined;
  this.createDate = undefined;
  this.deleted = undefined;
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$PharmacyContact.prototype.getPharmacy = function() { return this.pharmacy; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$PharmacyContact.prototype.getId = function() { return this.id; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$PharmacyContact.prototype.getCreateUser = function() { return this.createUser; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$PharmacyContact.prototype.isSelected = function() { return this.selected; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$PharmacyContact.prototype.getContactNumber = function() { return this.contactNumber; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$PharmacyContact.prototype.getName = function() { return this.name; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$PharmacyContact.prototype.getLastModifyUser = function() { return this.lastModifyUser; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$PharmacyContact.prototype.getSurname = function() { return this.surname; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$PharmacyContact.prototype.getLastModifyDate = function() { return this.lastModifyDate; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$PharmacyContact.prototype.getCreateDate = function() { return this.createDate; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$PharmacyContact.prototype.isDeleted = function() { return this.deleted; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$PharmacyContact.prototype.setPharmacy = function(pharmacy) { this.pharmacy = pharmacy; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$PharmacyContact.prototype.setId = function(id) { this.id = id; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$PharmacyContact.prototype.setCreateUser = function(createUser) { this.createUser = createUser; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$PharmacyContact.prototype.setSelected = function(selected) { this.selected = selected; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$PharmacyContact.prototype.setContactNumber = function(contactNumber) { this.contactNumber = contactNumber; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$PharmacyContact.prototype.setName = function(name) { this.name = name; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$PharmacyContact.prototype.setLastModifyUser = function(lastModifyUser) { this.lastModifyUser = lastModifyUser; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$PharmacyContact.prototype.setSurname = function(surname) { this.surname = surname; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$PharmacyContact.prototype.setLastModifyDate = function(lastModifyDate) { this.lastModifyDate = lastModifyDate; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$PharmacyContact.prototype.setCreateDate = function(createDate) { this.createDate = createDate; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$PharmacyContact.prototype.setDeleted = function(deleted) { this.deleted = deleted; }
}

Seam.Remoting.type.pl$net$scentia$model$pharmacy$PharmacyContact.__name = "pl.net.scentia.model.pharmacy.PharmacyContact";
Seam.Remoting.type.pl$net$scentia$model$pharmacy$PharmacyContact.__metadata = [
  {field: "id", type: "number"},
  {field: "pharmacy", type: "bean"},
  {field: "contactNumber", type: "str"},
  {field: "selected", type: "bool"},
  {field: "createUser", type: "bean"},
  {field: "name", type: "str"},
  {field: "lastModifyUser", type: "bean"},
  {field: "surname", type: "str"},
  {field: "lastModifyDate", type: "date"},
  {field: "createDate", type: "date"},
  {field: "deleted", type: "bool"}];

Seam.Remoting.registerType(Seam.Remoting.type.pl$net$scentia$model$pharmacy$PharmacyContact);

Seam.Remoting.type.pl$net$scentia$model$encyclopedia$ZiolaItem = function() {
  this.tags = undefined;
  this.przeciwwskazania = undefined;
  this.nr = undefined;
  this.ostrzezenia = undefined;
  this.lastModifyUser = undefined;
  this.nazwalacinska = undefined;
  this.nazwaPreparatu = undefined;
  this.deleted = undefined;
  this.dzialanie = undefined;
  this.url = undefined;
  this.id = undefined;
  this.zastosowanie = undefined;
  this.selected = undefined;
  this.createUser = undefined;
  this.lastModifyDate = undefined;
  this.createDate = undefined;
  Seam.Remoting.type.pl$net$scentia$model$encyclopedia$ZiolaItem.prototype.getTags = function() { return this.tags; }
  Seam.Remoting.type.pl$net$scentia$model$encyclopedia$ZiolaItem.prototype.getPrzeciwwskazania = function() { return this.przeciwwskazania; }
  Seam.Remoting.type.pl$net$scentia$model$encyclopedia$ZiolaItem.prototype.getNr = function() { return this.nr; }
  Seam.Remoting.type.pl$net$scentia$model$encyclopedia$ZiolaItem.prototype.getOstrzezenia = function() { return this.ostrzezenia; }
  Seam.Remoting.type.pl$net$scentia$model$encyclopedia$ZiolaItem.prototype.getLastModifyUser = function() { return this.lastModifyUser; }
  Seam.Remoting.type.pl$net$scentia$model$encyclopedia$ZiolaItem.prototype.getNazwalacinska = function() { return this.nazwalacinska; }
  Seam.Remoting.type.pl$net$scentia$model$encyclopedia$ZiolaItem.prototype.getNazwaPreparatu = function() { return this.nazwaPreparatu; }
  Seam.Remoting.type.pl$net$scentia$model$encyclopedia$ZiolaItem.prototype.isDeleted = function() { return this.deleted; }
  Seam.Remoting.type.pl$net$scentia$model$encyclopedia$ZiolaItem.prototype.getDzialanie = function() { return this.dzialanie; }
  Seam.Remoting.type.pl$net$scentia$model$encyclopedia$ZiolaItem.prototype.getUrl = function() { return this.url; }
  Seam.Remoting.type.pl$net$scentia$model$encyclopedia$ZiolaItem.prototype.getId = function() { return this.id; }
  Seam.Remoting.type.pl$net$scentia$model$encyclopedia$ZiolaItem.prototype.getZastosowanie = function() { return this.zastosowanie; }
  Seam.Remoting.type.pl$net$scentia$model$encyclopedia$ZiolaItem.prototype.isSelected = function() { return this.selected; }
  Seam.Remoting.type.pl$net$scentia$model$encyclopedia$ZiolaItem.prototype.getCreateUser = function() { return this.createUser; }
  Seam.Remoting.type.pl$net$scentia$model$encyclopedia$ZiolaItem.prototype.getLastModifyDate = function() { return this.lastModifyDate; }
  Seam.Remoting.type.pl$net$scentia$model$encyclopedia$ZiolaItem.prototype.getCreateDate = function() { return this.createDate; }
  Seam.Remoting.type.pl$net$scentia$model$encyclopedia$ZiolaItem.prototype.setTags = function(tags) { this.tags = tags; }
  Seam.Remoting.type.pl$net$scentia$model$encyclopedia$ZiolaItem.prototype.setPrzeciwwskazania = function(przeciwwskazania) { this.przeciwwskazania = przeciwwskazania; }
  Seam.Remoting.type.pl$net$scentia$model$encyclopedia$ZiolaItem.prototype.setNr = function(nr) { this.nr = nr; }
  Seam.Remoting.type.pl$net$scentia$model$encyclopedia$ZiolaItem.prototype.setOstrzezenia = function(ostrzezenia) { this.ostrzezenia = ostrzezenia; }
  Seam.Remoting.type.pl$net$scentia$model$encyclopedia$ZiolaItem.prototype.setLastModifyUser = function(lastModifyUser) { this.lastModifyUser = lastModifyUser; }
  Seam.Remoting.type.pl$net$scentia$model$encyclopedia$ZiolaItem.prototype.setNazwalacinska = function(nazwalacinska) { this.nazwalacinska = nazwalacinska; }
  Seam.Remoting.type.pl$net$scentia$model$encyclopedia$ZiolaItem.prototype.setNazwaPreparatu = function(nazwaPreparatu) { this.nazwaPreparatu = nazwaPreparatu; }
  Seam.Remoting.type.pl$net$scentia$model$encyclopedia$ZiolaItem.prototype.setDeleted = function(deleted) { this.deleted = deleted; }
  Seam.Remoting.type.pl$net$scentia$model$encyclopedia$ZiolaItem.prototype.setDzialanie = function(dzialanie) { this.dzialanie = dzialanie; }
  Seam.Remoting.type.pl$net$scentia$model$encyclopedia$ZiolaItem.prototype.setUrl = function(url) { this.url = url; }
  Seam.Remoting.type.pl$net$scentia$model$encyclopedia$ZiolaItem.prototype.setId = function(id) { this.id = id; }
  Seam.Remoting.type.pl$net$scentia$model$encyclopedia$ZiolaItem.prototype.setZastosowanie = function(zastosowanie) { this.zastosowanie = zastosowanie; }
  Seam.Remoting.type.pl$net$scentia$model$encyclopedia$ZiolaItem.prototype.setSelected = function(selected) { this.selected = selected; }
  Seam.Remoting.type.pl$net$scentia$model$encyclopedia$ZiolaItem.prototype.setCreateUser = function(createUser) { this.createUser = createUser; }
  Seam.Remoting.type.pl$net$scentia$model$encyclopedia$ZiolaItem.prototype.setLastModifyDate = function(lastModifyDate) { this.lastModifyDate = lastModifyDate; }
  Seam.Remoting.type.pl$net$scentia$model$encyclopedia$ZiolaItem.prototype.setCreateDate = function(createDate) { this.createDate = createDate; }
}

Seam.Remoting.type.pl$net$scentia$model$encyclopedia$ZiolaItem.__name = "pl.net.scentia.model.encyclopedia.ZiolaItem";
Seam.Remoting.type.pl$net$scentia$model$encyclopedia$ZiolaItem.__metadata = [
  {field: "tags", type: "bag"},
  {field: "przeciwwskazania", type: "str"},
  {field: "nr", type: "number"},
  {field: "ostrzezenia", type: "str"},
  {field: "lastModifyUser", type: "bean"},
  {field: "nazwalacinska", type: "str"},
  {field: "nazwaPreparatu", type: "str"},
  {field: "deleted", type: "bool"},
  {field: "dzialanie", type: "str"},
  {field: "url", type: "str"},
  {field: "id", type: "number"},
  {field: "zastosowanie", type: "str"},
  {field: "createUser", type: "bean"},
  {field: "selected", type: "bool"},
  {field: "lastModifyDate", type: "date"},
  {field: "createDate", type: "date"}];

Seam.Remoting.registerType(Seam.Remoting.type.pl$net$scentia$model$encyclopedia$ZiolaItem);

Seam.Remoting.type.pl$net$scentia$model$tags$Tag = function() {
  this.id = undefined;
  this.ziola = undefined;
  this.createUser = undefined;
  this.selected = undefined;
  this.linkedTags = undefined;
  this.lastModifyUser = undefined;
  this.lastModifyDate = undefined;
  this.tagNazwa = undefined;
  this.createDate = undefined;
  this.deleted = undefined;
  this.tagUrl = undefined;
  Seam.Remoting.type.pl$net$scentia$model$tags$Tag.prototype.getId = function() { return this.id; }
  Seam.Remoting.type.pl$net$scentia$model$tags$Tag.prototype.getZiola = function() { return this.ziola; }
  Seam.Remoting.type.pl$net$scentia$model$tags$Tag.prototype.getCreateUser = function() { return this.createUser; }
  Seam.Remoting.type.pl$net$scentia$model$tags$Tag.prototype.isSelected = function() { return this.selected; }
  Seam.Remoting.type.pl$net$scentia$model$tags$Tag.prototype.getLinkedTags = function() { return this.linkedTags; }
  Seam.Remoting.type.pl$net$scentia$model$tags$Tag.prototype.getLastModifyUser = function() { return this.lastModifyUser; }
  Seam.Remoting.type.pl$net$scentia$model$tags$Tag.prototype.getLastModifyDate = function() { return this.lastModifyDate; }
  Seam.Remoting.type.pl$net$scentia$model$tags$Tag.prototype.getTagNazwa = function() { return this.tagNazwa; }
  Seam.Remoting.type.pl$net$scentia$model$tags$Tag.prototype.getCreateDate = function() { return this.createDate; }
  Seam.Remoting.type.pl$net$scentia$model$tags$Tag.prototype.isDeleted = function() { return this.deleted; }
  Seam.Remoting.type.pl$net$scentia$model$tags$Tag.prototype.getTagUrl = function() { return this.tagUrl; }
  Seam.Remoting.type.pl$net$scentia$model$tags$Tag.prototype.setId = function(id) { this.id = id; }
  Seam.Remoting.type.pl$net$scentia$model$tags$Tag.prototype.setZiola = function(ziola) { this.ziola = ziola; }
  Seam.Remoting.type.pl$net$scentia$model$tags$Tag.prototype.setCreateUser = function(createUser) { this.createUser = createUser; }
  Seam.Remoting.type.pl$net$scentia$model$tags$Tag.prototype.setSelected = function(selected) { this.selected = selected; }
  Seam.Remoting.type.pl$net$scentia$model$tags$Tag.prototype.setLinkedTags = function(linkedTags) { this.linkedTags = linkedTags; }
  Seam.Remoting.type.pl$net$scentia$model$tags$Tag.prototype.setLastModifyUser = function(lastModifyUser) { this.lastModifyUser = lastModifyUser; }
  Seam.Remoting.type.pl$net$scentia$model$tags$Tag.prototype.setLastModifyDate = function(lastModifyDate) { this.lastModifyDate = lastModifyDate; }
  Seam.Remoting.type.pl$net$scentia$model$tags$Tag.prototype.setTagNazwa = function(tagNazwa) { this.tagNazwa = tagNazwa; }
  Seam.Remoting.type.pl$net$scentia$model$tags$Tag.prototype.setCreateDate = function(createDate) { this.createDate = createDate; }
  Seam.Remoting.type.pl$net$scentia$model$tags$Tag.prototype.setDeleted = function(deleted) { this.deleted = deleted; }
  Seam.Remoting.type.pl$net$scentia$model$tags$Tag.prototype.setTagUrl = function(tagUrl) { this.tagUrl = tagUrl; }
}

Seam.Remoting.type.pl$net$scentia$model$tags$Tag.__name = "pl.net.scentia.model.tags.Tag";
Seam.Remoting.type.pl$net$scentia$model$tags$Tag.__metadata = [
  {field: "id", type: "number"},
  {field: "ziola", type: "bag"},
  {field: "selected", type: "bool"},
  {field: "createUser", type: "bean"},
  {field: "linkedTags", type: "bag"},
  {field: "lastModifyUser", type: "bean"},
  {field: "lastModifyDate", type: "date"},
  {field: "tagNazwa", type: "str"},
  {field: "createDate", type: "date"},
  {field: "tagUrl", type: "str"},
  {field: "deleted", type: "bool"}];

Seam.Remoting.registerType(Seam.Remoting.type.pl$net$scentia$model$tags$Tag);

Seam.Remoting.type.pl$net$scentia$model$content$Site = function() {
  this.editorialGroupList = undefined;
  this.id = undefined;
  this.description = undefined;
  this.siteName = undefined;
  Seam.Remoting.type.pl$net$scentia$model$content$Site.prototype.getEditorialGroupList = function() { return this.editorialGroupList; }
  Seam.Remoting.type.pl$net$scentia$model$content$Site.prototype.getId = function() { return this.id; }
  Seam.Remoting.type.pl$net$scentia$model$content$Site.prototype.getDescription = function() { return this.description; }
  Seam.Remoting.type.pl$net$scentia$model$content$Site.prototype.getSiteName = function() { return this.siteName; }
  Seam.Remoting.type.pl$net$scentia$model$content$Site.prototype.setEditorialGroupList = function(editorialGroupList) { this.editorialGroupList = editorialGroupList; }
  Seam.Remoting.type.pl$net$scentia$model$content$Site.prototype.setId = function(id) { this.id = id; }
  Seam.Remoting.type.pl$net$scentia$model$content$Site.prototype.setDescription = function(description) { this.description = description; }
  Seam.Remoting.type.pl$net$scentia$model$content$Site.prototype.setSiteName = function(siteName) { this.siteName = siteName; }
}

Seam.Remoting.type.pl$net$scentia$model$content$Site.__name = "pl.net.scentia.model.content.Site";
Seam.Remoting.type.pl$net$scentia$model$content$Site.__metadata = [
  {field: "id", type: "number"},
  {field: "editorialGroupList", type: "bag"},
  {field: "description", type: "str"},
  {field: "siteName", type: "str"}];

Seam.Remoting.registerType(Seam.Remoting.type.pl$net$scentia$model$content$Site);

Seam.Remoting.type.pl$net$scentia$model$content$EditorialGroup = function() {
  this.site = undefined;
  this.sitePosition = undefined;
  this.id = undefined;
  this.groupName = undefined;
  this.useInNewsLetter = undefined;
  this.groupAddDescription = undefined;
  this.editorials = undefined;
  this.editorialGroupType = undefined;
  this.activ = undefined;
  this.url = undefined;
  Seam.Remoting.type.pl$net$scentia$model$content$EditorialGroup.prototype.getSite = function() { return this.site; }
  Seam.Remoting.type.pl$net$scentia$model$content$EditorialGroup.prototype.getSitePosition = function() { return this.sitePosition; }
  Seam.Remoting.type.pl$net$scentia$model$content$EditorialGroup.prototype.getId = function() { return this.id; }
  Seam.Remoting.type.pl$net$scentia$model$content$EditorialGroup.prototype.getGroupName = function() { return this.groupName; }
  Seam.Remoting.type.pl$net$scentia$model$content$EditorialGroup.prototype.isUseInNewsLetter = function() { return this.useInNewsLetter; }
  Seam.Remoting.type.pl$net$scentia$model$content$EditorialGroup.prototype.getGroupAddDescription = function() { return this.groupAddDescription; }
  Seam.Remoting.type.pl$net$scentia$model$content$EditorialGroup.prototype.getEditorials = function() { return this.editorials; }
  Seam.Remoting.type.pl$net$scentia$model$content$EditorialGroup.prototype.getEditorialGroupType = function() { return this.editorialGroupType; }
  Seam.Remoting.type.pl$net$scentia$model$content$EditorialGroup.prototype.getActiv = function() { return this.activ; }
  Seam.Remoting.type.pl$net$scentia$model$content$EditorialGroup.prototype.getUrl = function() { return this.url; }
  Seam.Remoting.type.pl$net$scentia$model$content$EditorialGroup.prototype.setSite = function(site) { this.site = site; }
  Seam.Remoting.type.pl$net$scentia$model$content$EditorialGroup.prototype.setSitePosition = function(sitePosition) { this.sitePosition = sitePosition; }
  Seam.Remoting.type.pl$net$scentia$model$content$EditorialGroup.prototype.setId = function(id) { this.id = id; }
  Seam.Remoting.type.pl$net$scentia$model$content$EditorialGroup.prototype.setGroupName = function(groupName) { this.groupName = groupName; }
  Seam.Remoting.type.pl$net$scentia$model$content$EditorialGroup.prototype.setUseInNewsLetter = function(useInNewsLetter) { this.useInNewsLetter = useInNewsLetter; }
  Seam.Remoting.type.pl$net$scentia$model$content$EditorialGroup.prototype.setGroupAddDescription = function(groupAddDescription) { this.groupAddDescription = groupAddDescription; }
  Seam.Remoting.type.pl$net$scentia$model$content$EditorialGroup.prototype.setEditorials = function(editorials) { this.editorials = editorials; }
  Seam.Remoting.type.pl$net$scentia$model$content$EditorialGroup.prototype.setEditorialGroupType = function(editorialGroupType) { this.editorialGroupType = editorialGroupType; }
  Seam.Remoting.type.pl$net$scentia$model$content$EditorialGroup.prototype.setActiv = function(activ) { this.activ = activ; }
  Seam.Remoting.type.pl$net$scentia$model$content$EditorialGroup.prototype.setUrl = function(url) { this.url = url; }
}

Seam.Remoting.type.pl$net$scentia$model$content$EditorialGroup.__name = "pl.net.scentia.model.content.EditorialGroup";
Seam.Remoting.type.pl$net$scentia$model$content$EditorialGroup.__metadata = [
  {field: "id", type: "number"},
  {field: "sitePosition", type: "number"},
  {field: "site", type: "bean"},
  {field: "groupName", type: "str"},
  {field: "useInNewsLetter", type: "bool"},
  {field: "groupAddDescription", type: "str"},
  {field: "editorials", type: "bag"},
  {field: "editorialGroupType", type: "str"},
  {field: "activ", type: "bool"},
  {field: "url", type: "str"}];

Seam.Remoting.registerType(Seam.Remoting.type.pl$net$scentia$model$content$EditorialGroup);

Seam.Remoting.type.pl$net$scentia$model$content$Editorial = function() {
  this.tags = undefined;
  this.lastModifyUser = undefined;
  this.tematdnia = undefined;
  this.editorialUrl = undefined;
  this.deleted = undefined;
  this.id = undefined;
  this.content = undefined;
  this.editorialGroup = undefined;
  this.author = undefined;
  this.title = undefined;
  this.selected = undefined;
  this.createUser = undefined;
  this.shortContent = undefined;
  this.tematdniaimg = undefined;
  this.lastModifyDate = undefined;
  this.createDate = undefined;
  this.mintematdniaimg = undefined;
  Seam.Remoting.type.pl$net$scentia$model$content$Editorial.prototype.getTags = function() { return this.tags; }
  Seam.Remoting.type.pl$net$scentia$model$content$Editorial.prototype.getLastModifyUser = function() { return this.lastModifyUser; }
  Seam.Remoting.type.pl$net$scentia$model$content$Editorial.prototype.getTematdnia = function() { return this.tematdnia; }
  Seam.Remoting.type.pl$net$scentia$model$content$Editorial.prototype.getEditorialUrl = function() { return this.editorialUrl; }
  Seam.Remoting.type.pl$net$scentia$model$content$Editorial.prototype.isDeleted = function() { return this.deleted; }
  Seam.Remoting.type.pl$net$scentia$model$content$Editorial.prototype.getId = function() { return this.id; }
  Seam.Remoting.type.pl$net$scentia$model$content$Editorial.prototype.getContent = function() { return this.content; }
  Seam.Remoting.type.pl$net$scentia$model$content$Editorial.prototype.getEditorialGroup = function() { return this.editorialGroup; }
  Seam.Remoting.type.pl$net$scentia$model$content$Editorial.prototype.getAuthor = function() { return this.author; }
  Seam.Remoting.type.pl$net$scentia$model$content$Editorial.prototype.getTitle = function() { return this.title; }
  Seam.Remoting.type.pl$net$scentia$model$content$Editorial.prototype.isSelected = function() { return this.selected; }
  Seam.Remoting.type.pl$net$scentia$model$content$Editorial.prototype.getCreateUser = function() { return this.createUser; }
  Seam.Remoting.type.pl$net$scentia$model$content$Editorial.prototype.getShortContent = function() { return this.shortContent; }
  Seam.Remoting.type.pl$net$scentia$model$content$Editorial.prototype.getTematdniaimg = function() { return this.tematdniaimg; }
  Seam.Remoting.type.pl$net$scentia$model$content$Editorial.prototype.getLastModifyDate = function() { return this.lastModifyDate; }
  Seam.Remoting.type.pl$net$scentia$model$content$Editorial.prototype.getCreateDate = function() { return this.createDate; }
  Seam.Remoting.type.pl$net$scentia$model$content$Editorial.prototype.getMintematdniaimg = function() { return this.mintematdniaimg; }
  Seam.Remoting.type.pl$net$scentia$model$content$Editorial.prototype.setTags = function(tags) { this.tags = tags; }
  Seam.Remoting.type.pl$net$scentia$model$content$Editorial.prototype.setLastModifyUser = function(lastModifyUser) { this.lastModifyUser = lastModifyUser; }
  Seam.Remoting.type.pl$net$scentia$model$content$Editorial.prototype.setTematdnia = function(tematdnia) { this.tematdnia = tematdnia; }
  Seam.Remoting.type.pl$net$scentia$model$content$Editorial.prototype.setEditorialUrl = function(editorialUrl) { this.editorialUrl = editorialUrl; }
  Seam.Remoting.type.pl$net$scentia$model$content$Editorial.prototype.setDeleted = function(deleted) { this.deleted = deleted; }
  Seam.Remoting.type.pl$net$scentia$model$content$Editorial.prototype.setId = function(id) { this.id = id; }
  Seam.Remoting.type.pl$net$scentia$model$content$Editorial.prototype.setContent = function(content) { this.content = content; }
  Seam.Remoting.type.pl$net$scentia$model$content$Editorial.prototype.setEditorialGroup = function(editorialGroup) { this.editorialGroup = editorialGroup; }
  Seam.Remoting.type.pl$net$scentia$model$content$Editorial.prototype.setAuthor = function(author) { this.author = author; }
  Seam.Remoting.type.pl$net$scentia$model$content$Editorial.prototype.setTitle = function(title) { this.title = title; }
  Seam.Remoting.type.pl$net$scentia$model$content$Editorial.prototype.setSelected = function(selected) { this.selected = selected; }
  Seam.Remoting.type.pl$net$scentia$model$content$Editorial.prototype.setCreateUser = function(createUser) { this.createUser = createUser; }
  Seam.Remoting.type.pl$net$scentia$model$content$Editorial.prototype.setShortContent = function(shortContent) { this.shortContent = shortContent; }
  Seam.Remoting.type.pl$net$scentia$model$content$Editorial.prototype.setTematdniaimg = function(tematdniaimg) { this.tematdniaimg = tematdniaimg; }
  Seam.Remoting.type.pl$net$scentia$model$content$Editorial.prototype.setLastModifyDate = function(lastModifyDate) { this.lastModifyDate = lastModifyDate; }
  Seam.Remoting.type.pl$net$scentia$model$content$Editorial.prototype.setCreateDate = function(createDate) { this.createDate = createDate; }
  Seam.Remoting.type.pl$net$scentia$model$content$Editorial.prototype.setMintematdniaimg = function(mintematdniaimg) { this.mintematdniaimg = mintematdniaimg; }
}

Seam.Remoting.type.pl$net$scentia$model$content$Editorial.__name = "pl.net.scentia.model.content.Editorial";
Seam.Remoting.type.pl$net$scentia$model$content$Editorial.__metadata = [
  {field: "tags", type: "bag"},
  {field: "lastModifyUser", type: "bean"},
  {field: "tematdnia", type: "bool"},
  {field: "editorialUrl", type: "str"},
  {field: "deleted", type: "bool"},
  {field: "id", type: "number"},
  {field: "content", type: "str"},
  {field: "editorialGroup", type: "bean"},
  {field: "author", type: "str"},
  {field: "title", type: "str"},
  {field: "selected", type: "bool"},
  {field: "createUser", type: "bean"},
  {field: "shortContent", type: "str"},
  {field: "tematdniaimg", type: "bean"},
  {field: "lastModifyDate", type: "date"},
  {field: "createDate", type: "date"},
  {field: "mintematdniaimg", type: "bean"}];

Seam.Remoting.registerType(Seam.Remoting.type.pl$net$scentia$model$content$Editorial);

Seam.Remoting.type.pl$net$scentia$model$invoice$Invoice = function() {
  this.pharmacy = undefined;
  this.id = undefined;
  this.createUser = undefined;
  this.selected = undefined;
  this.invoiceFile = undefined;
  this.lastModifyUser = undefined;
  this.invoiceDesc = undefined;
  this.lastModifyDate = undefined;
  this.addDate = undefined;
  this.createDate = undefined;
  this.deleted = undefined;
  Seam.Remoting.type.pl$net$scentia$model$invoice$Invoice.prototype.getPharmacy = function() { return this.pharmacy; }
  Seam.Remoting.type.pl$net$scentia$model$invoice$Invoice.prototype.getId = function() { return this.id; }
  Seam.Remoting.type.pl$net$scentia$model$invoice$Invoice.prototype.getCreateUser = function() { return this.createUser; }
  Seam.Remoting.type.pl$net$scentia$model$invoice$Invoice.prototype.isSelected = function() { return this.selected; }
  Seam.Remoting.type.pl$net$scentia$model$invoice$Invoice.prototype.getInvoiceFile = function() { return this.invoiceFile; }
  Seam.Remoting.type.pl$net$scentia$model$invoice$Invoice.prototype.getLastModifyUser = function() { return this.lastModifyUser; }
  Seam.Remoting.type.pl$net$scentia$model$invoice$Invoice.prototype.getInvoiceDesc = function() { return this.invoiceDesc; }
  Seam.Remoting.type.pl$net$scentia$model$invoice$Invoice.prototype.getLastModifyDate = function() { return this.lastModifyDate; }
  Seam.Remoting.type.pl$net$scentia$model$invoice$Invoice.prototype.getAddDate = function() { return this.addDate; }
  Seam.Remoting.type.pl$net$scentia$model$invoice$Invoice.prototype.getCreateDate = function() { return this.createDate; }
  Seam.Remoting.type.pl$net$scentia$model$invoice$Invoice.prototype.isDeleted = function() { return this.deleted; }
  Seam.Remoting.type.pl$net$scentia$model$invoice$Invoice.prototype.setPharmacy = function(pharmacy) { this.pharmacy = pharmacy; }
  Seam.Remoting.type.pl$net$scentia$model$invoice$Invoice.prototype.setId = function(id) { this.id = id; }
  Seam.Remoting.type.pl$net$scentia$model$invoice$Invoice.prototype.setCreateUser = function(createUser) { this.createUser = createUser; }
  Seam.Remoting.type.pl$net$scentia$model$invoice$Invoice.prototype.setSelected = function(selected) { this.selected = selected; }
  Seam.Remoting.type.pl$net$scentia$model$invoice$Invoice.prototype.setInvoiceFile = function(invoiceFile) { this.invoiceFile = invoiceFile; }
  Seam.Remoting.type.pl$net$scentia$model$invoice$Invoice.prototype.setLastModifyUser = function(lastModifyUser) { this.lastModifyUser = lastModifyUser; }
  Seam.Remoting.type.pl$net$scentia$model$invoice$Invoice.prototype.setInvoiceDesc = function(invoiceDesc) { this.invoiceDesc = invoiceDesc; }
  Seam.Remoting.type.pl$net$scentia$model$invoice$Invoice.prototype.setLastModifyDate = function(lastModifyDate) { this.lastModifyDate = lastModifyDate; }
  Seam.Remoting.type.pl$net$scentia$model$invoice$Invoice.prototype.setAddDate = function(addDate) { this.addDate = addDate; }
  Seam.Remoting.type.pl$net$scentia$model$invoice$Invoice.prototype.setCreateDate = function(createDate) { this.createDate = createDate; }
  Seam.Remoting.type.pl$net$scentia$model$invoice$Invoice.prototype.setDeleted = function(deleted) { this.deleted = deleted; }
}

Seam.Remoting.type.pl$net$scentia$model$invoice$Invoice.__name = "pl.net.scentia.model.invoice.Invoice";
Seam.Remoting.type.pl$net$scentia$model$invoice$Invoice.__metadata = [
  {field: "id", type: "number"},
  {field: "pharmacy", type: "bean"},
  {field: "invoiceFile", type: "bean"},
  {field: "selected", type: "bool"},
  {field: "createUser", type: "bean"},
  {field: "lastModifyUser", type: "bean"},
  {field: "invoiceDesc", type: "str"},
  {field: "addDate", type: "date"},
  {field: "lastModifyDate", type: "date"},
  {field: "createDate", type: "date"},
  {field: "deleted", type: "bool"}];

Seam.Remoting.registerType(Seam.Remoting.type.pl$net$scentia$model$invoice$Invoice);

Seam.Remoting.type.pl$net$scentia$model$promocje$PromocjaItem = function() {
  this.preparat = undefined;
  this.producent = undefined;
  this.cenaZakupuPromBrutto = undefined;
  this.dawka = undefined;
  this.numerWiersza = undefined;
  this.vat = undefined;
  this.minCount = undefined;
  this.postac = undefined;
  this.ksBloz = undefined;
  this.cenaNettoHurt = undefined;
  this.id = undefined;
  this.cenaNettoPromocja = undefined;
  this.rabat = undefined;
  this.promocja = undefined;
  this.opakowanie = undefined;
  this.bazyl = undefined;
  this.cenaExFactory = undefined;
  this.minKwotaZamowieniaItem = undefined;
  Seam.Remoting.type.pl$net$scentia$model$promocje$PromocjaItem.prototype.getPreparat = function() { return this.preparat; }
  Seam.Remoting.type.pl$net$scentia$model$promocje$PromocjaItem.prototype.getProducent = function() { return this.producent; }
  Seam.Remoting.type.pl$net$scentia$model$promocje$PromocjaItem.prototype.getCenaZakupuPromBrutto = function() { return this.cenaZakupuPromBrutto; }
  Seam.Remoting.type.pl$net$scentia$model$promocje$PromocjaItem.prototype.getDawka = function() { return this.dawka; }
  Seam.Remoting.type.pl$net$scentia$model$promocje$PromocjaItem.prototype.getNumerWiersza = function() { return this.numerWiersza; }
  Seam.Remoting.type.pl$net$scentia$model$promocje$PromocjaItem.prototype.getVat = function() { return this.vat; }
  Seam.Remoting.type.pl$net$scentia$model$promocje$PromocjaItem.prototype.getMinCount = function() { return this.minCount; }
  Seam.Remoting.type.pl$net$scentia$model$promocje$PromocjaItem.prototype.getPostac = function() { return this.postac; }
  Seam.Remoting.type.pl$net$scentia$model$promocje$PromocjaItem.prototype.getKsBloz = function() { return this.ksBloz; }
  Seam.Remoting.type.pl$net$scentia$model$promocje$PromocjaItem.prototype.getCenaNettoHurt = function() { return this.cenaNettoHurt; }
  Seam.Remoting.type.pl$net$scentia$model$promocje$PromocjaItem.prototype.getId = function() { return this.id; }
  Seam.Remoting.type.pl$net$scentia$model$promocje$PromocjaItem.prototype.getCenaNettoPromocja = function() { return this.cenaNettoPromocja; }
  Seam.Remoting.type.pl$net$scentia$model$promocje$PromocjaItem.prototype.getRabat = function() { return this.rabat; }
  Seam.Remoting.type.pl$net$scentia$model$promocje$PromocjaItem.prototype.getPromocja = function() { return this.promocja; }
  Seam.Remoting.type.pl$net$scentia$model$promocje$PromocjaItem.prototype.getOpakowanie = function() { return this.opakowanie; }
  Seam.Remoting.type.pl$net$scentia$model$promocje$PromocjaItem.prototype.getBazyl = function() { return this.bazyl; }
  Seam.Remoting.type.pl$net$scentia$model$promocje$PromocjaItem.prototype.getCenaExFactory = function() { return this.cenaExFactory; }
  Seam.Remoting.type.pl$net$scentia$model$promocje$PromocjaItem.prototype.getMinKwotaZamowieniaItem = function() { return this.minKwotaZamowieniaItem; }
  Seam.Remoting.type.pl$net$scentia$model$promocje$PromocjaItem.prototype.setPreparat = function(preparat) { this.preparat = preparat; }
  Seam.Remoting.type.pl$net$scentia$model$promocje$PromocjaItem.prototype.setProducent = function(producent) { this.producent = producent; }
  Seam.Remoting.type.pl$net$scentia$model$promocje$PromocjaItem.prototype.setCenaZakupuPromBrutto = function(cenaZakupuPromBrutto) { this.cenaZakupuPromBrutto = cenaZakupuPromBrutto; }
  Seam.Remoting.type.pl$net$scentia$model$promocje$PromocjaItem.prototype.setDawka = function(dawka) { this.dawka = dawka; }
  Seam.Remoting.type.pl$net$scentia$model$promocje$PromocjaItem.prototype.setNumerWiersza = function(numerWiersza) { this.numerWiersza = numerWiersza; }
  Seam.Remoting.type.pl$net$scentia$model$promocje$PromocjaItem.prototype.setVat = function(vat) { this.vat = vat; }
  Seam.Remoting.type.pl$net$scentia$model$promocje$PromocjaItem.prototype.setMinCount = function(minCount) { this.minCount = minCount; }
  Seam.Remoting.type.pl$net$scentia$model$promocje$PromocjaItem.prototype.setPostac = function(postac) { this.postac = postac; }
  Seam.Remoting.type.pl$net$scentia$model$promocje$PromocjaItem.prototype.setKsBloz = function(ksBloz) { this.ksBloz = ksBloz; }
  Seam.Remoting.type.pl$net$scentia$model$promocje$PromocjaItem.prototype.setCenaNettoHurt = function(cenaNettoHurt) { this.cenaNettoHurt = cenaNettoHurt; }
  Seam.Remoting.type.pl$net$scentia$model$promocje$PromocjaItem.prototype.setId = function(id) { this.id = id; }
  Seam.Remoting.type.pl$net$scentia$model$promocje$PromocjaItem.prototype.setCenaNettoPromocja = function(cenaNettoPromocja) { this.cenaNettoPromocja = cenaNettoPromocja; }
  Seam.Remoting.type.pl$net$scentia$model$promocje$PromocjaItem.prototype.setRabat = function(rabat) { this.rabat = rabat; }
  Seam.Remoting.type.pl$net$scentia$model$promocje$PromocjaItem.prototype.setPromocja = function(promocja) { this.promocja = promocja; }
  Seam.Remoting.type.pl$net$scentia$model$promocje$PromocjaItem.prototype.setOpakowanie = function(opakowanie) { this.opakowanie = opakowanie; }
  Seam.Remoting.type.pl$net$scentia$model$promocje$PromocjaItem.prototype.setBazyl = function(bazyl) { this.bazyl = bazyl; }
  Seam.Remoting.type.pl$net$scentia$model$promocje$PromocjaItem.prototype.setCenaExFactory = function(cenaExFactory) { this.cenaExFactory = cenaExFactory; }
  Seam.Remoting.type.pl$net$scentia$model$promocje$PromocjaItem.prototype.setMinKwotaZamowieniaItem = function(minKwotaZamowieniaItem) { this.minKwotaZamowieniaItem = minKwotaZamowieniaItem; }
}

Seam.Remoting.type.pl$net$scentia$model$promocje$PromocjaItem.__name = "pl.net.scentia.model.promocje.PromocjaItem";
Seam.Remoting.type.pl$net$scentia$model$promocje$PromocjaItem.__metadata = [
  {field: "preparat", type: "str"},
  {field: "producent", type: "str"},
  {field: "cenaZakupuPromBrutto", type: "str"},
  {field: "dawka", type: "str"},
  {field: "numerWiersza", type: "number"},
  {field: "vat", type: "number"},
  {field: "minCount", type: "number"},
  {field: "postac", type: "str"},
  {field: "ksBloz", type: "str"},
  {field: "cenaNettoHurt", type: "str"},
  {field: "id", type: "number"},
  {field: "cenaNettoPromocja", type: "str"},
  {field: "rabat", type: "str"},
  {field: "promocja", type: "bean"},
  {field: "opakowanie", type: "str"},
  {field: "bazyl", type: "str"},
  {field: "cenaExFactory", type: "number"},
  {field: "minKwotaZamowieniaItem", type: "str"}];

Seam.Remoting.registerType(Seam.Remoting.type.pl$net$scentia$model$promocje$PromocjaItem);

Seam.Remoting.type.pl$net$scentia$model$promocje$Promocja = function() {
  this.dateTo = undefined;
  this.lastModifyUser = undefined;
  this.excel = undefined;
  this.deleted = undefined;
  this.promocjaItems = undefined;
  this.id = undefined;
  this.minAmount = undefined;
  this.selected = undefined;
  this.createUser = undefined;
  this.name = undefined;
  this.lastModifyDate = undefined;
  this.dateFrom = undefined;
  this.createDate = undefined;
  Seam.Remoting.type.pl$net$scentia$model$promocje$Promocja.prototype.getDateTo = function() { return this.dateTo; }
  Seam.Remoting.type.pl$net$scentia$model$promocje$Promocja.prototype.getLastModifyUser = function() { return this.lastModifyUser; }
  Seam.Remoting.type.pl$net$scentia$model$promocje$Promocja.prototype.getExcel = function() { return this.excel; }
  Seam.Remoting.type.pl$net$scentia$model$promocje$Promocja.prototype.isDeleted = function() { return this.deleted; }
  Seam.Remoting.type.pl$net$scentia$model$promocje$Promocja.prototype.getPromocjaItems = function() { return this.promocjaItems; }
  Seam.Remoting.type.pl$net$scentia$model$promocje$Promocja.prototype.getId = function() { return this.id; }
  Seam.Remoting.type.pl$net$scentia$model$promocje$Promocja.prototype.getMinAmount = function() { return this.minAmount; }
  Seam.Remoting.type.pl$net$scentia$model$promocje$Promocja.prototype.isSelected = function() { return this.selected; }
  Seam.Remoting.type.pl$net$scentia$model$promocje$Promocja.prototype.getCreateUser = function() { return this.createUser; }
  Seam.Remoting.type.pl$net$scentia$model$promocje$Promocja.prototype.getName = function() { return this.name; }
  Seam.Remoting.type.pl$net$scentia$model$promocje$Promocja.prototype.getLastModifyDate = function() { return this.lastModifyDate; }
  Seam.Remoting.type.pl$net$scentia$model$promocje$Promocja.prototype.getDateFrom = function() { return this.dateFrom; }
  Seam.Remoting.type.pl$net$scentia$model$promocje$Promocja.prototype.getCreateDate = function() { return this.createDate; }
  Seam.Remoting.type.pl$net$scentia$model$promocje$Promocja.prototype.setDateTo = function(dateTo) { this.dateTo = dateTo; }
  Seam.Remoting.type.pl$net$scentia$model$promocje$Promocja.prototype.setLastModifyUser = function(lastModifyUser) { this.lastModifyUser = lastModifyUser; }
  Seam.Remoting.type.pl$net$scentia$model$promocje$Promocja.prototype.setExcel = function(excel) { this.excel = excel; }
  Seam.Remoting.type.pl$net$scentia$model$promocje$Promocja.prototype.setDeleted = function(deleted) { this.deleted = deleted; }
  Seam.Remoting.type.pl$net$scentia$model$promocje$Promocja.prototype.setPromocjaItems = function(promocjaItems) { this.promocjaItems = promocjaItems; }
  Seam.Remoting.type.pl$net$scentia$model$promocje$Promocja.prototype.setId = function(id) { this.id = id; }
  Seam.Remoting.type.pl$net$scentia$model$promocje$Promocja.prototype.setMinAmount = function(minAmount) { this.minAmount = minAmount; }
  Seam.Remoting.type.pl$net$scentia$model$promocje$Promocja.prototype.setSelected = function(selected) { this.selected = selected; }
  Seam.Remoting.type.pl$net$scentia$model$promocje$Promocja.prototype.setCreateUser = function(createUser) { this.createUser = createUser; }
  Seam.Remoting.type.pl$net$scentia$model$promocje$Promocja.prototype.setName = function(name) { this.name = name; }
  Seam.Remoting.type.pl$net$scentia$model$promocje$Promocja.prototype.setLastModifyDate = function(lastModifyDate) { this.lastModifyDate = lastModifyDate; }
  Seam.Remoting.type.pl$net$scentia$model$promocje$Promocja.prototype.setDateFrom = function(dateFrom) { this.dateFrom = dateFrom; }
  Seam.Remoting.type.pl$net$scentia$model$promocje$Promocja.prototype.setCreateDate = function(createDate) { this.createDate = createDate; }
}

Seam.Remoting.type.pl$net$scentia$model$promocje$Promocja.__name = "pl.net.scentia.model.promocje.Promocja";
Seam.Remoting.type.pl$net$scentia$model$promocje$Promocja.__metadata = [
  {field: "dateTo", type: "date"},
  {field: "lastModifyUser", type: "bean"},
  {field: "excel", type: "bean"},
  {field: "deleted", type: "bool"},
  {field: "promocjaItems", type: "bag"},
  {field: "id", type: "number"},
  {field: "minAmount", type: "str"},
  {field: "selected", type: "bool"},
  {field: "createUser", type: "bean"},
  {field: "name", type: "str"},
  {field: "lastModifyDate", type: "date"},
  {field: "dateFrom", type: "date"},
  {field: "createDate", type: "date"}];

Seam.Remoting.registerType(Seam.Remoting.type.pl$net$scentia$model$promocje$Promocja);

Seam.Remoting.type.pl$net$scentia$model$promocje$ZamowieniePromocjaItem = function() {
  this.amount = undefined;
  this.id = undefined;
  this.zamowieniePromocja = undefined;
  this.count = undefined;
  this.promocjaItem = undefined;
  Seam.Remoting.type.pl$net$scentia$model$promocje$ZamowieniePromocjaItem.prototype.getAmount = function() { return this.amount; }
  Seam.Remoting.type.pl$net$scentia$model$promocje$ZamowieniePromocjaItem.prototype.getId = function() { return this.id; }
  Seam.Remoting.type.pl$net$scentia$model$promocje$ZamowieniePromocjaItem.prototype.getZamowieniePromocja = function() { return this.zamowieniePromocja; }
  Seam.Remoting.type.pl$net$scentia$model$promocje$ZamowieniePromocjaItem.prototype.getCount = function() { return this.count; }
  Seam.Remoting.type.pl$net$scentia$model$promocje$ZamowieniePromocjaItem.prototype.getPromocjaItem = function() { return this.promocjaItem; }
  Seam.Remoting.type.pl$net$scentia$model$promocje$ZamowieniePromocjaItem.prototype.setAmount = function(amount) { this.amount = amount; }
  Seam.Remoting.type.pl$net$scentia$model$promocje$ZamowieniePromocjaItem.prototype.setId = function(id) { this.id = id; }
  Seam.Remoting.type.pl$net$scentia$model$promocje$ZamowieniePromocjaItem.prototype.setZamowieniePromocja = function(zamowieniePromocja) { this.zamowieniePromocja = zamowieniePromocja; }
  Seam.Remoting.type.pl$net$scentia$model$promocje$ZamowieniePromocjaItem.prototype.setCount = function(count) { this.count = count; }
  Seam.Remoting.type.pl$net$scentia$model$promocje$ZamowieniePromocjaItem.prototype.setPromocjaItem = function(promocjaItem) { this.promocjaItem = promocjaItem; }
}

Seam.Remoting.type.pl$net$scentia$model$promocje$ZamowieniePromocjaItem.__name = "pl.net.scentia.model.promocje.ZamowieniePromocjaItem";
Seam.Remoting.type.pl$net$scentia$model$promocje$ZamowieniePromocjaItem.__metadata = [
  {field: "id", type: "number"},
  {field: "amount", type: "str"},
  {field: "zamowieniePromocja", type: "bean"},
  {field: "count", type: "number"},
  {field: "promocjaItem", type: "bean"}];

Seam.Remoting.registerType(Seam.Remoting.type.pl$net$scentia$model$promocje$ZamowieniePromocjaItem);

Seam.Remoting.type.pl$net$scentia$model$promocje$ZamowieniePromocja = function() {
  this.pharmacy = undefined;
  this.amount = undefined;
  this.zamDate = undefined;
  this.id = undefined;
  this.promocja = undefined;
  this.zamItems = undefined;
  Seam.Remoting.type.pl$net$scentia$model$promocje$ZamowieniePromocja.prototype.getPharmacy = function() { return this.pharmacy; }
  Seam.Remoting.type.pl$net$scentia$model$promocje$ZamowieniePromocja.prototype.getAmount = function() { return this.amount; }
  Seam.Remoting.type.pl$net$scentia$model$promocje$ZamowieniePromocja.prototype.getZamDate = function() { return this.zamDate; }
  Seam.Remoting.type.pl$net$scentia$model$promocje$ZamowieniePromocja.prototype.getId = function() { return this.id; }
  Seam.Remoting.type.pl$net$scentia$model$promocje$ZamowieniePromocja.prototype.getPromocja = function() { return this.promocja; }
  Seam.Remoting.type.pl$net$scentia$model$promocje$ZamowieniePromocja.prototype.getZamItems = function() { return this.zamItems; }
  Seam.Remoting.type.pl$net$scentia$model$promocje$ZamowieniePromocja.prototype.setPharmacy = function(pharmacy) { this.pharmacy = pharmacy; }
  Seam.Remoting.type.pl$net$scentia$model$promocje$ZamowieniePromocja.prototype.setAmount = function(amount) { this.amount = amount; }
  Seam.Remoting.type.pl$net$scentia$model$promocje$ZamowieniePromocja.prototype.setZamDate = function(zamDate) { this.zamDate = zamDate; }
  Seam.Remoting.type.pl$net$scentia$model$promocje$ZamowieniePromocja.prototype.setId = function(id) { this.id = id; }
  Seam.Remoting.type.pl$net$scentia$model$promocje$ZamowieniePromocja.prototype.setPromocja = function(promocja) { this.promocja = promocja; }
  Seam.Remoting.type.pl$net$scentia$model$promocje$ZamowieniePromocja.prototype.setZamItems = function(zamItems) { this.zamItems = zamItems; }
}

Seam.Remoting.type.pl$net$scentia$model$promocje$ZamowieniePromocja.__name = "pl.net.scentia.model.promocje.ZamowieniePromocja";
Seam.Remoting.type.pl$net$scentia$model$promocje$ZamowieniePromocja.__metadata = [
  {field: "id", type: "number"},
  {field: "zamDate", type: "date"},
  {field: "amount", type: "str"},
  {field: "pharmacy", type: "bean"},
  {field: "promocja", type: "bean"},
  {field: "zamItems", type: "bag"}];

Seam.Remoting.registerType(Seam.Remoting.type.pl$net$scentia$model$promocje$ZamowieniePromocja);

Seam.Remoting.type.pl$net$scentia$model$pharmacy$Pharmacy = function() {
  this.manager = undefined;
  this.regon = undefined;
  this.street = undefined;
  this.lastModifyUser = undefined;
  this.acpHurt = undefined;
  this.firstLogin = undefined;
  this.surname = undefined;
  this.password = undefined;
  this.city = undefined;
  this.contacts = undefined;
  this.localNo = undefined;
  this.roleList = undefined;
  this.page = undefined;
  this.login = undefined;
  this.invoices = undefined;
  this.pharmacyName = undefined;
  this.pharmacyCode = undefined;
  this.fax = undefined;
  this.status = undefined;
  this.systememail = undefined;
  this.blockedTime = undefined;
  this.emailConfirm = undefined;
  this.deleted = undefined;
  this.buildingNo = undefined;
  this.phoneNo = undefined;
  this.createUser = undefined;
  this.email = undefined;
  this.zamorders = undefined;
  this.owner = undefined;
  this.lastModifyDate = undefined;
  this.region = undefined;
  this.gmina = undefined;
  this.www = undefined;
  this.lng = undefined;
  this.nameForWww = undefined;
  this.id = undefined;
  this.selected = undefined;
  this.name = undefined;
  this.smsLimit = undefined;
  this.kamsoftId = undefined;
  this.blocked = undefined;
  this.createDate = undefined;
  this.lat = undefined;
  this.emailPassword = undefined;
  this.postCode = undefined;
  this.nip = undefined;
  this.phoneNo2 = undefined;
  this.usedSmsLimit = undefined;
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$Pharmacy.prototype.getManager = function() { return this.manager; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$Pharmacy.prototype.getRegon = function() { return this.regon; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$Pharmacy.prototype.getStreet = function() { return this.street; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$Pharmacy.prototype.getLastModifyUser = function() { return this.lastModifyUser; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$Pharmacy.prototype.getAcpHurt = function() { return this.acpHurt; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$Pharmacy.prototype.getFirstLogin = function() { return this.firstLogin; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$Pharmacy.prototype.getSurname = function() { return this.surname; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$Pharmacy.prototype.getPassword = function() { return this.password; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$Pharmacy.prototype.getCity = function() { return this.city; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$Pharmacy.prototype.getContacts = function() { return this.contacts; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$Pharmacy.prototype.getLocalNo = function() { return this.localNo; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$Pharmacy.prototype.getRoleList = function() { return this.roleList; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$Pharmacy.prototype.getPage = function() { return this.page; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$Pharmacy.prototype.getLogin = function() { return this.login; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$Pharmacy.prototype.getInvoices = function() { return this.invoices; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$Pharmacy.prototype.getPharmacyName = function() { return this.pharmacyName; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$Pharmacy.prototype.getPharmacyCode = function() { return this.pharmacyCode; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$Pharmacy.prototype.getFax = function() { return this.fax; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$Pharmacy.prototype.getStatus = function() { return this.status; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$Pharmacy.prototype.getSystememail = function() { return this.systememail; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$Pharmacy.prototype.getBlockedTime = function() { return this.blockedTime; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$Pharmacy.prototype.isEmailConfirm = function() { return this.emailConfirm; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$Pharmacy.prototype.isDeleted = function() { return this.deleted; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$Pharmacy.prototype.getBuildingNo = function() { return this.buildingNo; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$Pharmacy.prototype.getPhoneNo = function() { return this.phoneNo; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$Pharmacy.prototype.getCreateUser = function() { return this.createUser; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$Pharmacy.prototype.getEmail = function() { return this.email; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$Pharmacy.prototype.getZamorders = function() { return this.zamorders; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$Pharmacy.prototype.getOwner = function() { return this.owner; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$Pharmacy.prototype.getLastModifyDate = function() { return this.lastModifyDate; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$Pharmacy.prototype.getRegion = function() { return this.region; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$Pharmacy.prototype.getGmina = function() { return this.gmina; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$Pharmacy.prototype.getWww = function() { return this.www; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$Pharmacy.prototype.getLng = function() { return this.lng; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$Pharmacy.prototype.getNameForWww = function() { return this.nameForWww; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$Pharmacy.prototype.getId = function() { return this.id; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$Pharmacy.prototype.isSelected = function() { return this.selected; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$Pharmacy.prototype.getName = function() { return this.name; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$Pharmacy.prototype.getSmsLimit = function() { return this.smsLimit; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$Pharmacy.prototype.getKamsoftId = function() { return this.kamsoftId; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$Pharmacy.prototype.isBlocked = function() { return this.blocked; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$Pharmacy.prototype.getCreateDate = function() { return this.createDate; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$Pharmacy.prototype.getLat = function() { return this.lat; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$Pharmacy.prototype.getEmailPassword = function() { return this.emailPassword; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$Pharmacy.prototype.getPostCode = function() { return this.postCode; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$Pharmacy.prototype.getNip = function() { return this.nip; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$Pharmacy.prototype.getPhoneNo2 = function() { return this.phoneNo2; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$Pharmacy.prototype.getUsedSmsLimit = function() { return this.usedSmsLimit; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$Pharmacy.prototype.setManager = function(manager) { this.manager = manager; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$Pharmacy.prototype.setRegon = function(regon) { this.regon = regon; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$Pharmacy.prototype.setStreet = function(street) { this.street = street; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$Pharmacy.prototype.setLastModifyUser = function(lastModifyUser) { this.lastModifyUser = lastModifyUser; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$Pharmacy.prototype.setAcpHurt = function(acpHurt) { this.acpHurt = acpHurt; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$Pharmacy.prototype.setFirstLogin = function(firstLogin) { this.firstLogin = firstLogin; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$Pharmacy.prototype.setSurname = function(surname) { this.surname = surname; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$Pharmacy.prototype.setPassword = function(password) { this.password = password; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$Pharmacy.prototype.setCity = function(city) { this.city = city; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$Pharmacy.prototype.setContacts = function(contacts) { this.contacts = contacts; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$Pharmacy.prototype.setLocalNo = function(localNo) { this.localNo = localNo; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$Pharmacy.prototype.setRoleList = function(roleList) { this.roleList = roleList; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$Pharmacy.prototype.setPage = function(page) { this.page = page; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$Pharmacy.prototype.setLogin = function(login) { this.login = login; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$Pharmacy.prototype.setInvoices = function(invoices) { this.invoices = invoices; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$Pharmacy.prototype.setPharmacyName = function(pharmacyName) { this.pharmacyName = pharmacyName; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$Pharmacy.prototype.setPharmacyCode = function(pharmacyCode) { this.pharmacyCode = pharmacyCode; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$Pharmacy.prototype.setFax = function(fax) { this.fax = fax; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$Pharmacy.prototype.setStatus = function(status) { this.status = status; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$Pharmacy.prototype.setSystememail = function(systememail) { this.systememail = systememail; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$Pharmacy.prototype.setBlockedTime = function(blockedTime) { this.blockedTime = blockedTime; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$Pharmacy.prototype.setEmailConfirm = function(emailConfirm) { this.emailConfirm = emailConfirm; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$Pharmacy.prototype.setDeleted = function(deleted) { this.deleted = deleted; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$Pharmacy.prototype.setBuildingNo = function(buildingNo) { this.buildingNo = buildingNo; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$Pharmacy.prototype.setPhoneNo = function(phoneNo) { this.phoneNo = phoneNo; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$Pharmacy.prototype.setCreateUser = function(createUser) { this.createUser = createUser; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$Pharmacy.prototype.setEmail = function(email) { this.email = email; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$Pharmacy.prototype.setZamorders = function(zamorders) { this.zamorders = zamorders; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$Pharmacy.prototype.setOwner = function(owner) { this.owner = owner; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$Pharmacy.prototype.setLastModifyDate = function(lastModifyDate) { this.lastModifyDate = lastModifyDate; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$Pharmacy.prototype.setRegion = function(region) { this.region = region; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$Pharmacy.prototype.setGmina = function(gmina) { this.gmina = gmina; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$Pharmacy.prototype.setWww = function(www) { this.www = www; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$Pharmacy.prototype.setLng = function(lng) { this.lng = lng; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$Pharmacy.prototype.setNameForWww = function(nameForWww) { this.nameForWww = nameForWww; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$Pharmacy.prototype.setId = function(id) { this.id = id; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$Pharmacy.prototype.setSelected = function(selected) { this.selected = selected; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$Pharmacy.prototype.setName = function(name) { this.name = name; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$Pharmacy.prototype.setSmsLimit = function(smsLimit) { this.smsLimit = smsLimit; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$Pharmacy.prototype.setKamsoftId = function(kamsoftId) { this.kamsoftId = kamsoftId; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$Pharmacy.prototype.setBlocked = function(blocked) { this.blocked = blocked; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$Pharmacy.prototype.setCreateDate = function(createDate) { this.createDate = createDate; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$Pharmacy.prototype.setLat = function(lat) { this.lat = lat; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$Pharmacy.prototype.setEmailPassword = function(emailPassword) { this.emailPassword = emailPassword; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$Pharmacy.prototype.setPostCode = function(postCode) { this.postCode = postCode; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$Pharmacy.prototype.setNip = function(nip) { this.nip = nip; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$Pharmacy.prototype.setPhoneNo2 = function(phoneNo2) { this.phoneNo2 = phoneNo2; }
  Seam.Remoting.type.pl$net$scentia$model$pharmacy$Pharmacy.prototype.setUsedSmsLimit = function(usedSmsLimit) { this.usedSmsLimit = usedSmsLimit; }
}

Seam.Remoting.type.pl$net$scentia$model$pharmacy$Pharmacy.__name = "pl.net.scentia.model.pharmacy.Pharmacy";
Seam.Remoting.type.pl$net$scentia$model$pharmacy$Pharmacy.__metadata = [
  {field: "region", type: "str"},
  {field: "gmina", type: "str"},
  {field: "regon", type: "str"},
  {field: "manager", type: "str"},
  {field: "street", type: "str"},
  {field: "www", type: "str"},
  {field: "lastModifyUser", type: "bean"},
  {field: "surname", type: "str"},
  {field: "firstLogin", type: "bool"},
  {field: "acpHurt", type: "bean"},
  {field: "lng", type: "str"},
  {field: "nameForWww", type: "str"},
  {field: "password", type: "str"},
  {field: "contacts", type: "bag"},
  {field: "city", type: "str"},
  {field: "id", type: "number"},
  {field: "roleList", type: "bag"},
  {field: "localNo", type: "str"},
  {field: "selected", type: "bool"},
  {field: "page", type: "bean"},
  {field: "name", type: "str"},
  {field: "smsLimit", type: "number"},
  {field: "blocked", type: "bool"},
  {field: "kamsoftId", type: "str"},
  {field: "login", type: "str"},
  {field: "createDate", type: "date"},
  {field: "invoices", type: "bag"},
  {field: "pharmacyName", type: "str"},
  {field: "lat", type: "str"},
  {field: "pharmacyCode", type: "str"},
  {field: "emailPassword", type: "str"},
  {field: "fax", type: "str"},
  {field: "status", type: "str"},
  {field: "systememail", type: "str"},
  {field: "postCode", type: "str"},
  {field: "blockedTime", type: "date"},
  {field: "emailConfirm", type: "bool"},
  {field: "deleted", type: "bool"},
  {field: "buildingNo", type: "str"},
  {field: "phoneNo", type: "str"},
  {field: "createUser", type: "bean"},
  {field: "email", type: "str"},
  {field: "zamorders", type: "bag"},
  {field: "owner", type: "str"},
  {field: "lastModifyDate", type: "date"},
  {field: "nip", type: "str"},
  {field: "phoneNo2", type: "str"},
  {field: "usedSmsLimit", type: "number"}];

Seam.Remoting.registerType(Seam.Remoting.type.pl$net$scentia$model$pharmacy$Pharmacy);

Seam.Remoting.type.userDefAction = function() {
  this.__callback = new Object();
  Seam.Remoting.type.userDefAction.prototype.getPharmacyList = function(callback, exceptionHandler) {
    return Seam.Remoting.execute(this, "getPharmacyList", [], callback, exceptionHandler);
  }
}
Seam.Remoting.type.userDefAction.__name = "userDefAction";

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

